Shades of Dark Cerulean #174D86
Tints of Dark Cerulean #174D86
RGB
CMYK
RGB Variations
Color information
#174D86 (or 0x174D86) is known color: Dark Cerulean. HEX triplet: 17, 4D and 86. RGB value is (23,77,134). Sum of RGB (Red+Green+Blue) = 23+77+134=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #174D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174D86 is #E8B279. Grayscale: #434343. Windows color (decimal): -15250042 or 8801559. OLE color: 8801559.
HSL color Cylindrical-coordinate representation of color #174D86: hue angle of 210.81º 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 #174D86 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 77 | 134 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.47 |
| HSL | 210.81º | 0.71% | 0.31% | - |
| HSV(B) | 210.81º | 0.83% | 0.53% | - |
| XYZ | 7.31 | 7.21 | 23.56 | - |
| YUV | 67.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 134 | 0.83 | 0.43 | 0 | 0.47 | 210.81 | 0.71 | 0.31 |
| Hex | 17 | 4D | 86 | 53 | 2B | 0 | 2F | D3 | 47 | 1F |
| Octal | 27 | 115 | 206 | 123 | 53 | 0 | 57 | 323 | 107 | 37 |
| Binary | 10111 | 1001101 | 10000110 | 1010011 | 101011 | 0 | 101111 | 11010011 | 1000111 | 11111 |
Color Harmonies of #174D86
Complementary color
Monochromatic Colors of #174D86
Black with #174D86
Text Example
Text Example
White with #174D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D86; }
p { color: rgb(23,77,134); }
H1.HeaderClassName
{
color: #174D86;
}
.AnyTagClassName
{
color: #174D86;
}
</style>
background-color css
<style>
a { background-color: #174D86; }
a { background-color: rgb(23,77,134); }
div.DivClassName
{
background-color: #174D86;
}
.BgClassName
{
background-color: #174D86;
}
</style>
border-color css
<style>
span { border-color: #174D86; }
span { border-color: rgb(23,77,134); }
td.TdClassName
{
border-color: #174D86;
}
.TagClassName
{
border-color: #174D86;
}
</style>