Html Css Color HEX #1A3668 Catalina Blue

📋 copy color: '#1A3668'

red 26 ◦ green 54 ◦ blue 104

#1A3668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #1A3668

Tints of Catalina Blue #1A3668

RGB

 RED value IS 26 (10.55% from 255) = 14.13%

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 14.13%
G = 29.35%
B = 56.52%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A3668 (or 0x1A3668) is known color: Catalina Blue. HEX triplet: 1A, 36 and 68. RGB value is (26,54,104). Sum of RGB (Red+Green+Blue) = 26+54+104=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A3668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3668 is #E5C997. Grayscale: #333333. Windows color (decimal): -15059352 or 6829594. OLE color: 6829594.

HSL color Cylindrical-coordinate representation of color #1A3668: hue angle of 218.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A3668 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 54 104 -
CMYK 0.75 0.48 0 0.59
HSL 218.46º 0.6% 0.25% -
HSV(B) 218.46º 0.75% 0.41% -
XYZ 4.24 3.86 13.62 -
YUV 51.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 26 54 104 0.75 0.48 0 0.59 218.46 0.6 0.25
Hex 1A 36 68 4B 30 0 3B DA 3C 19
Octal 32 66 150 113 60 0 73 332 74 31
Binary 11010 110110 1101000 1001011 110000 0 111011 11011010 111100 11001

Color Harmonies of #1A3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3668

Black with #1A3668

Text Example


Text Example

White with #1A3668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A3668; }

 p { color: rgb(26,54,104); }

 H1.HeaderClassName
 {
   color: #1A3668;
 }
 .AnyTagClassName
 {
   color: #1A3668;
 }
</style>

background-color css

<style>
 a { background-color: #1A3668; }

 a { background-color: rgb(26,54,104); }

 div.DivClassName
 {
   background-color: #1A3668;
 }
 .BgClassName
 {
   background-color: #1A3668;
 }
</style>

border-color css

<style>
 span { border-color: #1A3668; }

 span { border-color: rgb(26,54,104); }

 td.TdClassName
 {
   border-color: #1A3668;
 }
 .TagClassName
 {
   border-color: #1A3668;
 }
</style>