Shades of Dark Cerulean #153F7C
Tints of Dark Cerulean #153F7C
RGB
CMYK
RGB Variations
Color information
#153F7C (or 0x153F7C) is known color: Dark Cerulean. HEX triplet: 15, 3F and 7C. RGB value is (21,63,124). Sum of RGB (Red+Green+Blue) = 21+63+124=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #153F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F7C is #EAC083. Grayscale: #393939. Windows color (decimal): -15384708 or 8142613. OLE color: 8142613.
HSL color Cylindrical-coordinate representation of color #153F7C: hue angle of 215.53º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153F7C is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 63 | 124 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.51 |
| HSL | 215.53º | 0.71% | 0.28% | - |
| HSV(B) | 215.53º | 0.83% | 0.49% | - |
| XYZ | 5.72 | 5.17 | 19.76 | - |
| YUV | 57.4 | 165.59 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 124 | 0.83 | 0.49 | 0 | 0.51 | 215.53 | 0.71 | 0.28 |
| Hex | 15 | 3F | 7C | 53 | 31 | 0 | 33 | D8 | 47 | 1C |
| Octal | 25 | 77 | 174 | 123 | 61 | 0 | 63 | 330 | 107 | 34 |
| Binary | 10101 | 111111 | 1111100 | 1010011 | 110001 | 0 | 110011 | 11011000 | 1000111 | 11100 |
Color Harmonies of #153F7C
Complementary color
Monochromatic Colors of #153F7C
Black with #153F7C
Text Example
Text Example
White with #153F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F7C; }
p { color: rgb(21,63,124); }
H1.HeaderClassName
{
color: #153F7C;
}
.AnyTagClassName
{
color: #153F7C;
}
</style>
background-color css
<style>
a { background-color: #153F7C; }
a { background-color: rgb(21,63,124); }
div.DivClassName
{
background-color: #153F7C;
}
.BgClassName
{
background-color: #153F7C;
}
</style>
border-color css
<style>
span { border-color: #153F7C; }
span { border-color: rgb(21,63,124); }
td.TdClassName
{
border-color: #153F7C;
}
.TagClassName
{
border-color: #153F7C;
}
</style>