Shades of Dark Cerulean #174080
Tints of Dark Cerulean #174080
RGB
CMYK
RGB Variations
Color information
#174080 (or 0x174080) is known color: Dark Cerulean. HEX triplet: 17, 40 and 80. RGB value is (23,64,128). Sum of RGB (Red+Green+Blue) = 23+64+128=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #174080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174080 is #E8BF7F. Grayscale: #3A3A3A. Windows color (decimal): -15253376 or 8405015. OLE color: 8405015.
HSL color Cylindrical-coordinate representation of color #174080: hue angle of 216.57º 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 #174080 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 64 | 128 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.50 |
| HSL | 216.57º | 0.7% | 0.3% | - |
| HSV(B) | 216.57º | 0.82% | 0.5% | - |
| XYZ | 6.08 | 5.41 | 21.15 | - |
| YUV | 59.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 128 | 0.82 | 0.5 | 0 | 0.50 | 216.57 | 0.7 | 0.3 |
| Hex | 17 | 40 | 80 | 52 | 32 | 0 | 32 | D9 | 46 | 1E |
| Octal | 27 | 100 | 200 | 122 | 62 | 0 | 62 | 331 | 106 | 36 |
| Binary | 10111 | 1000000 | 10000000 | 1010010 | 110010 | 0 | 110010 | 11011001 | 1000110 | 11110 |
Color Harmonies of #174080
Complementary color
Monochromatic Colors of #174080
Black with #174080
Text Example
Text Example
White with #174080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174080; }
p { color: rgb(23,64,128); }
H1.HeaderClassName
{
color: #174080;
}
.AnyTagClassName
{
color: #174080;
}
</style>
background-color css
<style>
a { background-color: #174080; }
a { background-color: rgb(23,64,128); }
div.DivClassName
{
background-color: #174080;
}
.BgClassName
{
background-color: #174080;
}
</style>
border-color css
<style>
span { border-color: #174080; }
span { border-color: rgb(23,64,128); }
td.TdClassName
{
border-color: #174080;
}
.TagClassName
{
border-color: #174080;
}
</style>