#153F6C

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

Shades of Dark Cerulean #153F6C

Tints of Dark Cerulean #153F6C

Color information

#153F6C (or 0x153F6C) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 6C. RGB value is (21,63,108). Sum of RGB (Red+Green+Blue) = 21+63+108=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #153F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F6C is #EAC093. Grayscale: #373737. Windows color (decimal): -15384724 or 7094037. OLE color: 7094037.

HSL color Cylindrical-coordinate representation of color #153F6C: hue angle of 211.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153F6C is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2163108-
CMYK0.810.4200.58
HSL211.03º67.44%25.29%-
HSV(B)211.03º80.56%42.35%-
XYZ4.794.814.86-
YUV55.57157.59103.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=10.94%
G=32.81%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21631080.810.4200.58211.0367.4425.29
Hex153F6C512A03Ad34319
Octal25771541215207232310331
Binary1010111111111011001010001101010011101011010011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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