Shades of Dark Cerulean #153B7D
Tints of Dark Cerulean #153B7D
RGB
CMYK
RGB Variations
Color information
#153B7D (or 0x153B7D) is known color: Dark Cerulean. HEX triplet: 15, 3B and 7D. RGB value is (21,59,125). Sum of RGB (Red+Green+Blue) = 21+59+125=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #153B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B7D is #EAC482. Grayscale: #363636. Windows color (decimal): -15385731 or 8207125. OLE color: 8207125.
HSL color Cylindrical-coordinate representation of color #153B7D: hue angle of 218.08º 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 #153B7D is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 59 | 125 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.51 |
| HSL | 218.08º | 0.71% | 0.29% | - |
| HSV(B) | 218.08º | 0.83% | 0.49% | - |
| XYZ | 5.57 | 4.77 | 20.03 | - |
| YUV | 55.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 125 | 0.83 | 0.53 | 0 | 0.51 | 218.08 | 0.71 | 0.29 |
| Hex | 15 | 3B | 7D | 53 | 35 | 0 | 33 | DA | 47 | 1D |
| Octal | 25 | 73 | 175 | 123 | 65 | 0 | 63 | 332 | 107 | 35 |
| Binary | 10101 | 111011 | 1111101 | 1010011 | 110101 | 0 | 110011 | 11011010 | 1000111 | 11101 |
Color Harmonies of #153B7D
Complementary color
Monochromatic Colors of #153B7D
Black with #153B7D
Text Example
Text Example
White with #153B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B7D; }
p { color: rgb(21,59,125); }
H1.HeaderClassName
{
color: #153B7D;
}
.AnyTagClassName
{
color: #153B7D;
}
</style>
background-color css
<style>
a { background-color: #153B7D; }
a { background-color: rgb(21,59,125); }
div.DivClassName
{
background-color: #153B7D;
}
.BgClassName
{
background-color: #153B7D;
}
</style>
border-color css
<style>
span { border-color: #153B7D; }
span { border-color: rgb(21,59,125); }
td.TdClassName
{
border-color: #153B7D;
}
.TagClassName
{
border-color: #153B7D;
}
</style>