Html Css Color HEX #153972 Dark Cerulean

📋 copy color: '#153972'

red 21 ◦ green 57 ◦ blue 114

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

Shades of Dark Cerulean #153972

Tints of Dark Cerulean #153972

RGB

 RED value IS 21 (8.59% from 255) = 10.94%

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

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 10.94%
G = 29.69%
B = 59.38%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153972 (or 0x153972) is known color: Dark Cerulean. HEX triplet: 15, 39 and 72. RGB value is (21,57,114). Sum of RGB (Red+Green+Blue) = 21+57+114=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #153972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153972 is #EAC68D. Grayscale: #343434. Windows color (decimal): -15386254 or 7485717. OLE color: 7485717.

HSL color Cylindrical-coordinate representation of color #153972: hue angle of 216.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153972 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 57 114 -
CMYK 0.82 0.50 0 0.55
HSL 216.77º 0.69% 0.26% -
HSV(B) 216.77º 0.82% 0.45% -
XYZ 4.81 4.3 16.5 -
YUV 52.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 21 57 114 0.82 0.50 0 0.55 216.77 0.69 0.26
Hex 15 39 72 52 32 0 37 D9 45 1A
Octal 25 71 162 122 62 0 67 331 105 32
Binary 10101 111001 1110010 1010010 110010 0 110111 11011001 1000101 11010

Color Harmonies of #153972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153972

Black with #153972

Text Example


Text Example

White with #153972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153972; }

 p { color: rgb(21,57,114); }

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

background-color css

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

 a { background-color: rgb(21,57,114); }

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

border-color css

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

 span { border-color: rgb(21,57,114); }

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