Shades of Dark Cerulean #153F81
Tints of Dark Cerulean #153F81
RGB
CMYK
RGB Variations
Color information
#153F81 (or 0x153F81) is known color: Dark Cerulean. HEX triplet: 15, 3F and 81. RGB value is (21,63,129). Sum of RGB (Red+Green+Blue) = 21+63+129=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #153F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F81 is #EAC07E. Grayscale: #393939. Windows color (decimal): -15384703 or 8470293. OLE color: 8470293.
HSL color Cylindrical-coordinate representation of color #153F81: hue angle of 216.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153F81 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 63 | 129 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.49 |
| HSL | 216.67º | 0.72% | 0.29% | - |
| HSV(B) | 216.67º | 0.84% | 0.51% | - |
| XYZ | 6.05 | 5.3 | 21.47 | - |
| YUV | 57.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 129 | 0.84 | 0.51 | 0 | 0.49 | 216.67 | 0.72 | 0.29 |
| Hex | 15 | 3F | 81 | 54 | 33 | 0 | 31 | D9 | 48 | 1D |
| Octal | 25 | 77 | 201 | 124 | 63 | 0 | 61 | 331 | 110 | 35 |
| Binary | 10101 | 111111 | 10000001 | 1010100 | 110011 | 0 | 110001 | 11011001 | 1001000 | 11101 |
Color Harmonies of #153F81
Complementary color
Monochromatic Colors of #153F81
Black with #153F81
Text Example
Text Example
White with #153F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F81; }
p { color: rgb(21,63,129); }
H1.HeaderClassName
{
color: #153F81;
}
.AnyTagClassName
{
color: #153F81;
}
</style>
background-color css
<style>
a { background-color: #153F81; }
a { background-color: rgb(21,63,129); }
div.DivClassName
{
background-color: #153F81;
}
.BgClassName
{
background-color: #153F81;
}
</style>
border-color css
<style>
span { border-color: #153F81; }
span { border-color: rgb(21,63,129); }
td.TdClassName
{
border-color: #153F81;
}
.TagClassName
{
border-color: #153F81;
}
</style>