#1D2F5D

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

Shades of Catalina Blue #1D2F5D

Tints of Catalina Blue #1D2F5D

Color information

#1D2F5D (or 0x1D2F5D) is unknown color: approx Catalina Blue. HEX triplet: 1D, 2F and 5D. RGB value is (29,47,93). Sum of RGB (Red+Green+Blue) = 29+47+93=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F5D is #E2D0A2. Grayscale: #2E2E2E. Windows color (decimal): -14864547 or 6106909. OLE color: 6106909.

HSL color Cylindrical-coordinate representation of color #1D2F5D: hue angle of 223.12º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D2F5D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB294793-
CMYK0.690.4900.64
HSL223.12º52.46%23.92%-
HSV(B)223.12º68.82%36.47%-
XYZ3.53.0810.77-
YUV46.86154.04115.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=17.16%
G=27.81%
B=55.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2947930.690.4900.64223.1252.4623.92
Hex1D2F5D4531040df3418
Octal35571351056101003376430
Binary1110110111110111011000101110001010000001101111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,93); }

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

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

 a { background-color: rgb(29,47,93); }

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

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

 span { border-color: rgb(29,47,93); }

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