#1234a4 color space conversions
Hex:
        #1234a4
        RGB:
        18, 52, 164
        CMY:
        93, 80, 36
        CMYK:
        89, 68, 0, 36
      HSL:
        226°, 80.2198%, 35.6863%
        HSV (HSB):
        226°, 89.0244%, 64.3137%
        XYZ:
        8.1783, 5.2649, 35.7071
        xyY:
        0.1664, 0.1071, 5.2649
      CIE-Lab:
        27.4766, 33.3395, -62.9608
        CIE-LCH:
        27.4766, 71.2431, 297.9025
        CIE-Luv:
        27.4766, -10.5204, -80.1658
        Hunter-Lab:
        22.9454, 23.4672, -76.2040
      #1234a4 color charts
#1234a4 RGB chart
      #1234a4 CMYK chart
      #1234a4 RGB pie chart
      #1234a4 color shades, tints & tones
#1234a4 color schemes
#1234a4 color preview, HTML & CSS examples
           This text has a color of #1234a4        
        
          <p style="color:#1234a4;">Text here</p>
        
        
          .mytext {color:#1234a4;}
        
        Text color #1234a4
      
           This box has a color of #1234a4        
        
          <div style="background-color:#1234a4;">Content here</div>
        
        
          .mybackground {background-color:#1234a4;}
        
        Background color #1234a4
      
           Border around this has a color of #1234a4        
        
          <div style="border:2px solid #1234a4;">Content here</div>
        
        
          .myborder {border:2px solid #1234a4;}
        
        Border color #1234a4