#153972

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

Shades of Dark Cerulean #153972

Tints of Dark Cerulean #153972

Color information

#153972 (or 0x153972) is unknown color: approx 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

RGB2157114-
CMYK0.820.5000.55
HSL216.77º68.89%26.47%-
HSV(B)216.77º81.58%44.71%-
XYZ4.814.316.5-
YUV52.73162.57105.37-

RGB Variations

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

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 (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21571140.820.5000.55216.7768.8926.47
Hex1539725232037d9451a
Octal25711621226206733110532
Binary1010111100111100101010010110010011011111011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>