Html Css Color HEX #1D396E Catalina Blue

📋 copy color: '#1D396E'

red 29 ◦ green 57 ◦ blue 110

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

Shades of Catalina Blue #1D396E

Tints of Catalina Blue #1D396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 14.8%
G = 29.08%
B = 56.12%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D396E (or 0x1D396E) is known color: Catalina Blue. HEX triplet: 1D, 39 and 6E. RGB value is (29,57,110). Sum of RGB (Red+Green+Blue) = 29+57+110=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D396E is #E2C691. Grayscale: #363636. Windows color (decimal): -14861970 or 7223581. OLE color: 7223581.

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

Color convert

RGB 29 57 110 -
CMYK 0.74 0.48 0 0.57
HSL 219.26º 0.58% 0.27% -
HSV(B) 219.26º 0.74% 0.43% -
XYZ 4.78 4.31 15.33 -
YUV 54.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 29 57 110 0.74 0.48 0 0.57 219.26 0.58 0.27
Hex 1D 39 6E 4A 30 0 39 DB 3A 1B
Octal 35 71 156 112 60 0 71 333 72 33
Binary 11101 111001 1101110 1001010 110000 0 111001 11011011 111010 11011

Color Harmonies of #1D396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D396E

Black with #1D396E

Text Example


Text Example

White with #1D396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,110); }

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

background-color css

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

 a { background-color: rgb(29,57,110); }

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

border-color css

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

 span { border-color: rgb(29,57,110); }

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