#1D416C

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

Shades of Catalina Blue #1D416C

Tints of Catalina Blue #1D416C

Color information

#1D416C (or 0x1D416C) is unknown color: approx Catalina Blue. HEX triplet: 1D, 41 and 6C. RGB value is (29,65,108). Sum of RGB (Red+Green+Blue) = 29+65+108=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D416C is #E2BE93. Grayscale: #3A3A3A. Windows color (decimal): -14859924 or 7094557. OLE color: 7094557.

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

Color convert

RGB2965108-
CMYK0.730.4000.58
HSL212.66º57.66%26.86%-
HSV(B)212.66º73.15%42.35%-
XYZ5.15.1214.91-
YUV59.14155.57106.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.36%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=14.36%
G=32.18%
B=53.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29651080.730.4000.58212.6657.6626.86
Hex1D416C492803Ad53a1b
Octal35101154111500723257233
Binary1110110000011101100100100110100001110101101010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,65,108); }

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

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

 a { background-color: rgb(29,65,108); }

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

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

 span { border-color: rgb(29,65,108); }

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