Shades of Dark Cerulean #154370
Tints of Dark Cerulean #154370
RGB
CMYK
RGB Variations
Color information
#154370 (or 0x154370) is known color: Dark Cerulean. HEX triplet: 15, 43 and 70. RGB value is (21,67,112). Sum of RGB (Red+Green+Blue) = 21+67+112=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #154370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154370 is #EABC8F. Grayscale: #3A3A3A. Windows color (decimal): -15383696 or 7357205. OLE color: 7357205.
HSL color Cylindrical-coordinate representation of color #154370: hue angle of 209.67º 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 #154370 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 67 | 112 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.56 |
| HSL | 209.67º | 0.68% | 0.26% | - |
| HSV(B) | 209.67º | 0.81% | 0.44% | - |
| XYZ | 5.24 | 5.34 | 16.08 | - |
| YUV | 58.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 112 | 0.81 | 0.40 | 0 | 0.56 | 209.67 | 0.68 | 0.26 |
| Hex | 15 | 43 | 70 | 51 | 28 | 0 | 38 | D2 | 44 | 1A |
| Octal | 25 | 103 | 160 | 121 | 50 | 0 | 70 | 322 | 104 | 32 |
| Binary | 10101 | 1000011 | 1110000 | 1010001 | 101000 | 0 | 111000 | 11010010 | 1000100 | 11010 |
Color Harmonies of #154370
Complementary color
Monochromatic Colors of #154370
Black with #154370
Text Example
Text Example
White with #154370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154370; }
p { color: rgb(21,67,112); }
H1.HeaderClassName
{
color: #154370;
}
.AnyTagClassName
{
color: #154370;
}
</style>
background-color css
<style>
a { background-color: #154370; }
a { background-color: rgb(21,67,112); }
div.DivClassName
{
background-color: #154370;
}
.BgClassName
{
background-color: #154370;
}
</style>
border-color css
<style>
span { border-color: #154370; }
span { border-color: rgb(21,67,112); }
td.TdClassName
{
border-color: #154370;
}
.TagClassName
{
border-color: #154370;
}
</style>