#1D406F

Color #1D406F Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #1D406F

Tints of Catalina Blue #1D406F

Color information

#1D406F (or 0x1D406F) is unknown color: approx Catalina Blue. HEX triplet: 1D, 40 and 6F. RGB value is (29,64,111). Sum of RGB (Red+Green+Blue) = 29+64+111=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D406F is #E2BF90. Grayscale: #3A3A3A. Windows color (decimal): -14860177 or 7290909. OLE color: 7290909.

HSL color Cylindrical-coordinate representation of color #1D406F: hue angle of 214.39º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D406F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2964111-
CMYK0.740.4200.56
HSL214.39º58.57%27.45%-
HSV(B)214.39º73.87%43.53%-
XYZ5.215.0815.74-
YUV58.89157.4106.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.22%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=14.22%
G=31.37%
B=54.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29641110.740.4200.56214.3958.5727.45
Hex1D406F4A2A038d63b1b
Octal35100157112520703267333
Binary1110110000001101111100101010101001110001101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D406F;
 }
 .AnyTagClassName
 {
   color: #1D406F;
 }
</style>
background-color css

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

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

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

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

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

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