Shades of Dark Cerulean #174880
Tints of Dark Cerulean #174880
RGB
CMYK
RGB Variations
Color information
#174880 (or 0x174880) is known color: Dark Cerulean. HEX triplet: 17, 48 and 80. RGB value is (23,72,128). Sum of RGB (Red+Green+Blue) = 23+72+128=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #174880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174880 is #E8B77F. Grayscale: #3F3F3F. Windows color (decimal): -15251328 or 8407063. OLE color: 8407063.
HSL color Cylindrical-coordinate representation of color #174880: hue angle of 212º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174880 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 72 | 128 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.50 |
| HSL | 212º | 0.7% | 0.3% | - |
| HSV(B) | 212º | 0.82% | 0.5% | - |
| XYZ | 6.57 | 6.38 | 21.31 | - |
| YUV | 63.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 128 | 0.82 | 0.44 | 0 | 0.50 | 212 | 0.7 | 0.3 |
| Hex | 17 | 48 | 80 | 52 | 2C | 0 | 32 | D4 | 46 | 1E |
| Octal | 27 | 110 | 200 | 122 | 54 | 0 | 62 | 324 | 106 | 36 |
| Binary | 10111 | 1001000 | 10000000 | 1010010 | 101100 | 0 | 110010 | 11010100 | 1000110 | 11110 |
Color Harmonies of #174880
Complementary color
Monochromatic Colors of #174880
Black with #174880
Text Example
Text Example
White with #174880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174880; }
p { color: rgb(23,72,128); }
H1.HeaderClassName
{
color: #174880;
}
.AnyTagClassName
{
color: #174880;
}
</style>
background-color css
<style>
a { background-color: #174880; }
a { background-color: rgb(23,72,128); }
div.DivClassName
{
background-color: #174880;
}
.BgClassName
{
background-color: #174880;
}
</style>
border-color css
<style>
span { border-color: #174880; }
span { border-color: rgb(23,72,128); }
td.TdClassName
{
border-color: #174880;
}
.TagClassName
{
border-color: #174880;
}
</style>