Shades of Dark Cerulean #153F7D
Tints of Dark Cerulean #153F7D
RGB
CMYK
RGB Variations
Color information
#153F7D (or 0x153F7D) is known color: Dark Cerulean. HEX triplet: 15, 3F and 7D. RGB value is (21,63,125). Sum of RGB (Red+Green+Blue) = 21+63+125=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #153F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F7D is #EAC082. Grayscale: #393939. Windows color (decimal): -15384707 or 8208149. OLE color: 8208149.
HSL color Cylindrical-coordinate representation of color #153F7D: hue angle of 215.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153F7D is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 63 | 125 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.51 |
| HSL | 215.77º | 0.71% | 0.29% | - |
| HSV(B) | 215.77º | 0.83% | 0.49% | - |
| XYZ | 5.79 | 5.2 | 20.1 | - |
| YUV | 57.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 125 | 0.83 | 0.50 | 0 | 0.51 | 215.77 | 0.71 | 0.29 |
| Hex | 15 | 3F | 7D | 53 | 32 | 0 | 33 | D8 | 47 | 1D |
| Octal | 25 | 77 | 175 | 123 | 62 | 0 | 63 | 330 | 107 | 35 |
| Binary | 10101 | 111111 | 1111101 | 1010011 | 110010 | 0 | 110011 | 11011000 | 1000111 | 11101 |
Color Harmonies of #153F7D
Complementary color
Monochromatic Colors of #153F7D
Black with #153F7D
Text Example
Text Example
White with #153F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F7D; }
p { color: rgb(21,63,125); }
H1.HeaderClassName
{
color: #153F7D;
}
.AnyTagClassName
{
color: #153F7D;
}
</style>
background-color css
<style>
a { background-color: #153F7D; }
a { background-color: rgb(21,63,125); }
div.DivClassName
{
background-color: #153F7D;
}
.BgClassName
{
background-color: #153F7D;
}
</style>
border-color css
<style>
span { border-color: #153F7D; }
span { border-color: rgb(21,63,125); }
td.TdClassName
{
border-color: #153F7D;
}
.TagClassName
{
border-color: #153F7D;
}
</style>