Shades of Dark Cerulean #154170
Tints of Dark Cerulean #154170
RGB
CMYK
RGB Variations
Color information
#154170 (or 0x154170) is known color: Dark Cerulean. HEX triplet: 15, 41 and 70. RGB value is (21,65,112). Sum of RGB (Red+Green+Blue) = 21+65+112=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #154170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154170 is #EABE8F. Grayscale: #383838. Windows color (decimal): -15384208 or 7356693. OLE color: 7356693.
HSL color Cylindrical-coordinate representation of color #154170: hue angle of 210.99º 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 #154170 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 65 | 112 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.56 |
| HSL | 210.99º | 0.68% | 0.26% | - |
| HSV(B) | 210.99º | 0.81% | 0.44% | - |
| XYZ | 5.12 | 5.11 | 16.05 | - |
| YUV | 57.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 112 | 0.81 | 0.42 | 0 | 0.56 | 210.99 | 0.68 | 0.26 |
| Hex | 15 | 41 | 70 | 51 | 2A | 0 | 38 | D3 | 44 | 1A |
| Octal | 25 | 101 | 160 | 121 | 52 | 0 | 70 | 323 | 104 | 32 |
| Binary | 10101 | 1000001 | 1110000 | 1010001 | 101010 | 0 | 111000 | 11010011 | 1000100 | 11010 |
Color Harmonies of #154170
Complementary color
Monochromatic Colors of #154170
Black with #154170
Text Example
Text Example
White with #154170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154170; }
p { color: rgb(21,65,112); }
H1.HeaderClassName
{
color: #154170;
}
.AnyTagClassName
{
color: #154170;
}
</style>
background-color css
<style>
a { background-color: #154170; }
a { background-color: rgb(21,65,112); }
div.DivClassName
{
background-color: #154170;
}
.BgClassName
{
background-color: #154170;
}
</style>
border-color css
<style>
span { border-color: #154170; }
span { border-color: rgb(21,65,112); }
td.TdClassName
{
border-color: #154170;
}
.TagClassName
{
border-color: #154170;
}
</style>