Html Css Color HEX #1D3F6F Catalina Blue

📋 copy color: '#1D3F6F'

red 29 ◦ green 63 ◦ blue 111

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

Shades of Catalina Blue #1D3F6F

Tints of Catalina Blue #1D3F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 14.29%
G = 31.03%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D3F6F (or 0x1D3F6F) is known color: Catalina Blue. HEX triplet: 1D, 3F and 6F. RGB value is (29,63,111). Sum of RGB (Red+Green+Blue) = 29+63+111=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D3F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F6F is #E2C090. Grayscale: #3A3A3A. Windows color (decimal): -14860433 or 7290653. OLE color: 7290653.

HSL color Cylindrical-coordinate representation of color #1D3F6F: hue angle of 215.12º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D3F6F is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 63 111 -
CMYK 0.74 0.43 0 0.56
HSL 215.12º 0.59% 0.27% -
HSV(B) 215.12º 0.74% 0.44% -
XYZ 5.15 4.96 15.73 -
YUV 58.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 29 63 111 0.74 0.43 0 0.56 215.12 0.59 0.27
Hex 1D 3F 6F 4A 2B 0 38 D7 3B 1B
Octal 35 77 157 112 53 0 70 327 73 33
Binary 11101 111111 1101111 1001010 101011 0 111000 11010111 111011 11011

Color Harmonies of #1D3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3F6F

Black with #1D3F6F

Text Example


Text Example

White with #1D3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,63,111); }

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

background-color css

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

 a { background-color: rgb(29,63,111); }

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

border-color css

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

 span { border-color: rgb(29,63,111); }

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