#1D3569

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

Shades of Catalina Blue #1D3569

Tints of Catalina Blue #1D3569

Color information

#1D3569 (or 0x1D3569) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 69. RGB value is (29,53,105). Sum of RGB (Red+Green+Blue) = 29+53+105=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D3569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3569 is #E2CA96. Grayscale: #333333. Windows color (decimal): -14862999 or 6894877. OLE color: 6894877.

HSL color Cylindrical-coordinate representation of color #1D3569: hue angle of 221.05º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3569 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2953105-
CMYK0.720.5000.59
HSL221.05º56.72%26.27%-
HSV(B)221.05º72.38%41.18%-
XYZ4.333.8313.88-
YUV51.75158.05111.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=15.51%
G=28.34%
B=56.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29531050.720.5000.59221.0556.7226.27
Hex1D3569483203Bdd391a
Octal3565151110620733357132
Binary111011101011101001100100011001001110111101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,105); }

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

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

 a { background-color: rgb(29,53,105); }

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

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

 span { border-color: rgb(29,53,105); }

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