Html Css Color HEX #1D3566 Catalina Blue

📋 copy color: '#1D3566'

red 29 ◦ green 53 ◦ blue 102

#1D3566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #1D3566

Tints of Catalina Blue #1D3566

RGB

 RED value IS 29 (11.72% from 255) = 15.76%

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 15.76%
G = 28.8%
B = 55.43%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1D3566 (or 0x1D3566) is known color: Catalina Blue. HEX triplet: 1D, 35 and 66. RGB value is (29,53,102). Sum of RGB (Red+Green+Blue) = 29+53+102=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3566 is #E2CA99. Grayscale: #333333. Windows color (decimal): -14863002 or 6698269. OLE color: 6698269.

HSL color Cylindrical-coordinate representation of color #1D3566: hue angle of 220.27º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3566 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 29 53 102 -
CMYK 0.72 0.48 0 0.6
HSL 220.27º 0.56% 0.26% -
HSV(B) 220.27º 0.72% 0.4% -
XYZ 4.18 3.77 13.08 -
YUV 51.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 29 53 102 0.72 0.48 0 0.6 220.27 0.56 0.26
Hex 1D 35 66 48 30 0 3C DC 38 1A
Octal 35 65 146 110 60 0 74 334 70 32
Binary 11101 110101 1100110 1001000 110000 0 111100 11011100 111000 11010

Color Harmonies of #1D3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3566

Black with #1D3566

Text Example


Text Example

White with #1D3566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3566;
 }
 .AnyTagClassName
 {
   color: #1D3566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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