#1D2E5A

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

Shades of Catalina Blue #1D2E5A

Tints of Catalina Blue #1D2E5A

Color information

#1D2E5A (or 0x1D2E5A) is unknown color: approx Catalina Blue. HEX triplet: 1D, 2E and 5A. RGB value is (29,46,90). Sum of RGB (Red+Green+Blue) = 29+46+90=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D2E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E5A is #E2D1A5. Grayscale: #2D2D2D. Windows color (decimal): -14864806 or 5910045. OLE color: 5910045.

HSL color Cylindrical-coordinate representation of color #1D2E5A: hue angle of 223.28º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D2E5A is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB294690-
CMYK0.680.4900.65
HSL223.28º51.26%23.33%-
HSV(B)223.28º67.78%35.29%-
XYZ3.332.9510.07-
YUV45.93152.87115.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=17.58%
G=27.88%
B=54.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2946900.680.4900.65223.2851.2623.33
Hex1D2E5A4431041df3317
Octal35561321046101013376327
Binary1110110111010110101000100110001010000011101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,46,90); }

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

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

 a { background-color: rgb(29,46,90); }

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

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

 span { border-color: rgb(29,46,90); }

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