#153E72

Color #153E72 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #153E72

Tints of Dark Cerulean #153E72

Color information

#153E72 (or 0x153E72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3E and 72. RGB value is (21,62,114). Sum of RGB (Red+Green+Blue) = 21+62+114=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #153E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E72 is #EAC18D. Grayscale: #373737. Windows color (decimal): -15384974 or 7486997. OLE color: 7486997.

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

Color convert

RGB2162114-
CMYK0.820.4600.55
HSL213.55º68.89%26.47%-
HSV(B)213.55º81.58%44.71%-
XYZ5.074.8216.58-
YUV55.67160.92103.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=10.66%
G=31.47%
B=57.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21621140.820.4600.55213.5568.8926.47
Hex153E72522E037d6451a
Octal25761621225606732610532
Binary1010111111011100101010010101110011011111010110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #153E72;
 }
 .AnyTagClassName
 {
   color: #153E72;
 }
</style>
background-color css

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

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

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

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

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

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