Shades of Dark Cerulean #153F70
Tints of Dark Cerulean #153F70
RGB
CMYK
RGB Variations
Color information
#153F70 (or 0x153F70) is known color: Dark Cerulean. HEX triplet: 15, 3F and 70. RGB value is (21,63,112). Sum of RGB (Red+Green+Blue) = 21+63+112=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #153F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F70 is #EAC08F. Grayscale: #373737. Windows color (decimal): -15384720 or 7356181. OLE color: 7356181.
HSL color Cylindrical-coordinate representation of color #153F70: hue angle of 212.31º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153F70 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 63 | 112 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.56 |
| HSL | 212.31º | 0.68% | 0.26% | - |
| HSV(B) | 212.31º | 0.81% | 0.44% | - |
| XYZ | 5.01 | 4.88 | 16.01 | - |
| YUV | 56.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 112 | 0.81 | 0.44 | 0 | 0.56 | 212.31 | 0.68 | 0.26 |
| Hex | 15 | 3F | 70 | 51 | 2C | 0 | 38 | D4 | 44 | 1A |
| Octal | 25 | 77 | 160 | 121 | 54 | 0 | 70 | 324 | 104 | 32 |
| Binary | 10101 | 111111 | 1110000 | 1010001 | 101100 | 0 | 111000 | 11010100 | 1000100 | 11010 |
Color Harmonies of #153F70
Complementary color
Monochromatic Colors of #153F70
Black with #153F70
Text Example
Text Example
White with #153F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F70; }
p { color: rgb(21,63,112); }
H1.HeaderClassName
{
color: #153F70;
}
.AnyTagClassName
{
color: #153F70;
}
</style>
background-color css
<style>
a { background-color: #153F70; }
a { background-color: rgb(21,63,112); }
div.DivClassName
{
background-color: #153F70;
}
.BgClassName
{
background-color: #153F70;
}
</style>
border-color css
<style>
span { border-color: #153F70; }
span { border-color: rgb(21,63,112); }
td.TdClassName
{
border-color: #153F70;
}
.TagClassName
{
border-color: #153F70;
}
</style>