Html Css Color HEX #1D406A Catalina Blue

📋 copy color: '#1D406A'

red 29 ◦ green 64 ◦ blue 106

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

Shades of Catalina Blue #1D406A

Tints of Catalina Blue #1D406A

RGB

 RED value IS 29 (11.72% from 255) = 14.57%

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 106 (41.8% from 255) = 53.27%

R = 14.57%
G = 32.16%
B = 53.27%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D406A (or 0x1D406A) is known color: Catalina Blue. HEX triplet: 1D, 40 and 6A. RGB value is (29,64,106). Sum of RGB (Red+Green+Blue) = 29+64+106=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D406A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D406A is #E2BF95. Grayscale: #3A3A3A. Windows color (decimal): -14860182 or 6963229. OLE color: 6963229.

HSL color Cylindrical-coordinate representation of color #1D406A: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D406A is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 64 106 -
CMYK 0.73 0.40 0 0.58
HSL 212.73º 0.57% 0.26% -
HSV(B) 212.73º 0.73% 0.42% -
XYZ 4.94 4.97 14.33 -
YUV 58.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 29 64 106 0.73 0.40 0 0.58 212.73 0.57 0.26
Hex 1D 40 6A 49 28 0 3A D5 39 1A
Octal 35 100 152 111 50 0 72 325 71 32
Binary 11101 1000000 1101010 1001001 101000 0 111010 11010101 111001 11010

Color Harmonies of #1D406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D406A

Black with #1D406A

Text Example


Text Example

White with #1D406A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,106); }

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

background-color css

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

 a { background-color: rgb(29,64,106); }

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

border-color css

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

 span { border-color: rgb(29,64,106); }

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