#153F72

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

Shades of Dark Cerulean #153F72

Tints of Dark Cerulean #153F72

Color information

#153F72 (or 0x153F72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 72. RGB value is (21,63,114). Sum of RGB (Red+Green+Blue) = 21+63+114=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #153F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F72 is #EAC08D. Grayscale: #383838. Windows color (decimal): -15384718 or 7487253. OLE color: 7487253.

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

Color convert

RGB2163114-
CMYK0.820.4500.55
HSL212.9º68.89%26.47%-
HSV(B)212.9º81.58%44.71%-
XYZ5.124.9316.6-
YUV56.26160.59102.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=10.61%
G=31.82%
B=57.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21631140.820.4500.55212.968.8926.47
Hex153F72522D037d5451a
Octal25771621225506732510532
Binary1010111111111100101010010101101011011111010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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