Shades of Dark Cerulean #153C81
Tints of Dark Cerulean #153C81
RGB
CMYK
RGB Variations
Color information
#153C81 (or 0x153C81) is known color: Dark Cerulean. HEX triplet: 15, 3C and 81. RGB value is (21,60,129). Sum of RGB (Red+Green+Blue) = 21+60+129=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #153C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C81 is #EAC37E. Grayscale: #373737. Windows color (decimal): -15385471 or 8469525. OLE color: 8469525.
HSL color Cylindrical-coordinate representation of color #153C81: hue angle of 218.33º 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 #153C81 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 60 | 129 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.49 |
| HSL | 218.33º | 0.72% | 0.29% | - |
| HSV(B) | 218.33º | 0.84% | 0.51% | - |
| XYZ | 5.89 | 4.98 | 21.42 | - |
| YUV | 56.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 129 | 0.84 | 0.53 | 0 | 0.49 | 218.33 | 0.72 | 0.29 |
| Hex | 15 | 3C | 81 | 54 | 35 | 0 | 31 | DA | 48 | 1D |
| Octal | 25 | 74 | 201 | 124 | 65 | 0 | 61 | 332 | 110 | 35 |
| Binary | 10101 | 111100 | 10000001 | 1010100 | 110101 | 0 | 110001 | 11011010 | 1001000 | 11101 |
Color Harmonies of #153C81
Complementary color
Monochromatic Colors of #153C81
Black with #153C81
Text Example
Text Example
White with #153C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C81; }
p { color: rgb(21,60,129); }
H1.HeaderClassName
{
color: #153C81;
}
.AnyTagClassName
{
color: #153C81;
}
</style>
background-color css
<style>
a { background-color: #153C81; }
a { background-color: rgb(21,60,129); }
div.DivClassName
{
background-color: #153C81;
}
.BgClassName
{
background-color: #153C81;
}
</style>
border-color css
<style>
span { border-color: #153C81; }
span { border-color: rgb(21,60,129); }
td.TdClassName
{
border-color: #153C81;
}
.TagClassName
{
border-color: #153C81;
}
</style>