Shades of Dark Cerulean #174086
Tints of Dark Cerulean #174086
RGB
CMYK
RGB Variations
Color information
#174086 (or 0x174086) is known color: Dark Cerulean. HEX triplet: 17, 40 and 86. RGB value is (23,64,134). Sum of RGB (Red+Green+Blue) = 23+64+134=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #174086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174086 is #E8BF79. Grayscale: #3B3B3B. Windows color (decimal): -15253370 or 8798231. OLE color: 8798231.
HSL color Cylindrical-coordinate representation of color #174086: hue angle of 217.84º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #174086 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 64 | 134 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.47 |
| HSL | 217.84º | 0.71% | 0.31% | - |
| HSV(B) | 217.84º | 0.83% | 0.53% | - |
| XYZ | 6.49 | 5.57 | 23.29 | - |
| YUV | 59.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 134 | 0.83 | 0.52 | 0 | 0.47 | 217.84 | 0.71 | 0.31 |
| Hex | 17 | 40 | 86 | 53 | 34 | 0 | 2F | DA | 47 | 1F |
| Octal | 27 | 100 | 206 | 123 | 64 | 0 | 57 | 332 | 107 | 37 |
| Binary | 10111 | 1000000 | 10000110 | 1010011 | 110100 | 0 | 101111 | 11011010 | 1000111 | 11111 |
Color Harmonies of #174086
Complementary color
Monochromatic Colors of #174086
Black with #174086
Text Example
Text Example
White with #174086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174086; }
p { color: rgb(23,64,134); }
H1.HeaderClassName
{
color: #174086;
}
.AnyTagClassName
{
color: #174086;
}
</style>
background-color css
<style>
a { background-color: #174086; }
a { background-color: rgb(23,64,134); }
div.DivClassName
{
background-color: #174086;
}
.BgClassName
{
background-color: #174086;
}
</style>
border-color css
<style>
span { border-color: #174086; }
span { border-color: rgb(23,64,134); }
td.TdClassName
{
border-color: #174086;
}
.TagClassName
{
border-color: #174086;
}
</style>