Html Css Color HEX #153A72 Dark Cerulean

📋 copy color: '#153A72'

red 21 ◦ green 58 ◦ blue 114

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

Shades of Dark Cerulean #153A72

Tints of Dark Cerulean #153A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

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

R = 10.88%
G = 30.05%
B = 59.07%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153A72 (or 0x153A72) is known color: Dark Cerulean. HEX triplet: 15, 3A and 72. RGB value is (21,58,114). Sum of RGB (Red+Green+Blue) = 21+58+114=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #153A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A72 is #EAC58D. Grayscale: #353535. Windows color (decimal): -15385998 or 7485973. OLE color: 7485973.

HSL color Cylindrical-coordinate representation of color #153A72: hue angle of 216.13º 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 #153A72 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 58 114 -
CMYK 0.82 0.49 0 0.55
HSL 216.13º 0.69% 0.26% -
HSV(B) 216.13º 0.82% 0.45% -
XYZ 4.86 4.4 16.51 -
YUV 53.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 21 58 114 0.82 0.49 0 0.55 216.13 0.69 0.26
Hex 15 3A 72 52 31 0 37 D8 45 1A
Octal 25 72 162 122 61 0 67 330 105 32
Binary 10101 111010 1110010 1010010 110001 0 110111 11011000 1000101 11010

Color Harmonies of #153A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A72

Black with #153A72

Text Example


Text Example

White with #153A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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