Shades of Dark Cerulean #174482
Tints of Dark Cerulean #174482
RGB
CMYK
RGB Variations
Color information
#174482 (or 0x174482) is known color: Dark Cerulean. HEX triplet: 17, 44 and 82. RGB value is (23,68,130). Sum of RGB (Red+Green+Blue) = 23+68+130=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #174482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174482 is #E8BB7D. Grayscale: #3D3D3D. Windows color (decimal): -15252350 or 8537111. OLE color: 8537111.
HSL color Cylindrical-coordinate representation of color #174482: hue angle of 214.77º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174482 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 68 | 130 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.49 |
| HSL | 214.77º | 0.7% | 0.3% | - |
| HSV(B) | 214.77º | 0.82% | 0.51% | - |
| XYZ | 6.45 | 5.93 | 21.92 | - |
| YUV | 61.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 130 | 0.82 | 0.48 | 0 | 0.49 | 214.77 | 0.7 | 0.3 |
| Hex | 17 | 44 | 82 | 52 | 30 | 0 | 31 | D7 | 46 | 1E |
| Octal | 27 | 104 | 202 | 122 | 60 | 0 | 61 | 327 | 106 | 36 |
| Binary | 10111 | 1000100 | 10000010 | 1010010 | 110000 | 0 | 110001 | 11010111 | 1000110 | 11110 |
Color Harmonies of #174482
Complementary color
Monochromatic Colors of #174482
Black with #174482
Text Example
Text Example
White with #174482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174482; }
p { color: rgb(23,68,130); }
H1.HeaderClassName
{
color: #174482;
}
.AnyTagClassName
{
color: #174482;
}
</style>
background-color css
<style>
a { background-color: #174482; }
a { background-color: rgb(23,68,130); }
div.DivClassName
{
background-color: #174482;
}
.BgClassName
{
background-color: #174482;
}
</style>
border-color css
<style>
span { border-color: #174482; }
span { border-color: rgb(23,68,130); }
td.TdClassName
{
border-color: #174482;
}
.TagClassName
{
border-color: #174482;
}
</style>