#153872

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

Shades of Dark Cerulean #153872

Tints of Dark Cerulean #153872

Color information

#153872 (or 0x153872) is unknown color: approx Dark Cerulean. HEX triplet: 15, 38 and 72. RGB value is (21,56,114). Sum of RGB (Red+Green+Blue) = 21+56+114=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #153872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153872 is #EAC78D. Grayscale: #333333. Windows color (decimal): -15386510 or 7485461. OLE color: 7485461.

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

Color convert

RGB2156114-
CMYK0.820.5100.55
HSL217.42º68.89%26.47%-
HSV(B)217.42º81.58%44.71%-
XYZ4.764.216.48-
YUV52.15162.9105.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=10.99%
G=29.32%
B=59.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21561140.820.5100.55217.4268.8926.47
Hex1538725233037d9451a
Octal25701621226306733110532
Binary1010111100011100101010010110011011011111011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153872; }

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

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

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

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

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

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

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

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