#1D4370

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

Shades of Catalina Blue #1D4370

Tints of Catalina Blue #1D4370

Color information

#1D4370 (or 0x1D4370) is unknown color: approx Catalina Blue. HEX triplet: 1D, 43 and 70. RGB value is (29,67,112). Sum of RGB (Red+Green+Blue) = 29+67+112=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4370 is #E2BC8F. Grayscale: #3C3C3C. Windows color (decimal): -14859408 or 7357213. OLE color: 7357213.

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

Color convert

RGB2967112-
CMYK0.740.4000.56
HSL212.53º58.87%27.65%-
HSV(B)212.53º74.11%43.92%-
XYZ5.445.4516.09-
YUV60.77156.91105.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.94%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=13.94%
G=32.21%
B=53.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29671120.740.4000.56212.5358.8727.65
Hex1D43704A28038d53b1c
Octal35103160112500703257334
Binary1110110000111110000100101010100001110001101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,112); }

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

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

 a { background-color: rgb(29,67,112); }

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

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

 span { border-color: rgb(29,67,112); }

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