Shades of Dark Cerulean #174C84
Tints of Dark Cerulean #174C84
RGB
CMYK
RGB Variations
Color information
#174C84 (or 0x174C84) is known color: Dark Cerulean. HEX triplet: 17, 4C and 84. RGB value is (23,76,132). Sum of RGB (Red+Green+Blue) = 23+76+132=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #174C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174C84 is #E8B37B. Grayscale: #424242. Windows color (decimal): -15250300 or 8670231. OLE color: 8670231.
HSL color Cylindrical-coordinate representation of color #174C84: hue angle of 210.83º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #174C84 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 76 | 132 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.48 |
| HSL | 210.83º | 0.7% | 0.3% | - |
| HSV(B) | 210.83º | 0.83% | 0.52% | - |
| XYZ | 7.1 | 7.02 | 22.81 | - |
| YUV | 66.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 132 | 0.83 | 0.42 | 0 | 0.48 | 210.83 | 0.7 | 0.3 |
| Hex | 17 | 4C | 84 | 53 | 2A | 0 | 30 | D3 | 46 | 1E |
| Octal | 27 | 114 | 204 | 123 | 52 | 0 | 60 | 323 | 106 | 36 |
| Binary | 10111 | 1001100 | 10000100 | 1010011 | 101010 | 0 | 110000 | 11010011 | 1000110 | 11110 |
Color Harmonies of #174C84
Complementary color
Monochromatic Colors of #174C84
Black with #174C84
Text Example
Text Example
White with #174C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C84; }
p { color: rgb(23,76,132); }
H1.HeaderClassName
{
color: #174C84;
}
.AnyTagClassName
{
color: #174C84;
}
</style>
background-color css
<style>
a { background-color: #174C84; }
a { background-color: rgb(23,76,132); }
div.DivClassName
{
background-color: #174C84;
}
.BgClassName
{
background-color: #174C84;
}
</style>
border-color css
<style>
span { border-color: #174C84; }
span { border-color: rgb(23,76,132); }
td.TdClassName
{
border-color: #174C84;
}
.TagClassName
{
border-color: #174C84;
}
</style>