Shades of Dark Cerulean #153F6C
Tints of Dark Cerulean #153F6C
RGB
CMYK
RGB Variations
Color information
#153F6C (or 0x153F6C) is known color: 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
| RGB | 21 | 63 | 108 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.58 |
| HSL | 211.03º | 0.67% | 0.25% | - |
| HSV(B) | 211.03º | 0.81% | 0.42% | - |
| XYZ | 4.79 | 4.8 | 14.86 | - |
| YUV | 55.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 108 | 0.81 | 0.42 | 0 | 0.58 | 211.03 | 0.67 | 0.25 |
| Hex | 15 | 3F | 6C | 51 | 2A | 0 | 3A | D3 | 43 | 19 |
| Octal | 25 | 77 | 154 | 121 | 52 | 0 | 72 | 323 | 103 | 31 |
| Binary | 10101 | 111111 | 1101100 | 1010001 | 101010 | 0 | 111010 | 11010011 | 1000011 | 11001 |
Color Harmonies of #153F6C
Complementary color
Monochromatic Colors of #153F6C
Black with #153F6C
Text Example
Text Example
White with #153F6C
Text Example
Text Example
HTML Codes & Css Web 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>