Shades of Dark Cerulean #174C83
Tints of Dark Cerulean #174C83
RGB
CMYK
RGB Variations
Color information
#174C83 (or 0x174C83) is known color: Dark Cerulean. HEX triplet: 17, 4C and 83. RGB value is (23,76,131). Sum of RGB (Red+Green+Blue) = 23+76+131=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #174C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174C83 is #E8B37C. Grayscale: #424242. Windows color (decimal): -15250301 or 8604695. OLE color: 8604695.
HSL color Cylindrical-coordinate representation of color #174C83: hue angle of 210.56º 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 #174C83 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 76 | 131 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.49 |
| HSL | 210.56º | 0.7% | 0.3% | - |
| HSV(B) | 210.56º | 0.82% | 0.51% | - |
| XYZ | 7.03 | 6.99 | 22.45 | - |
| YUV | 66.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 131 | 0.82 | 0.42 | 0 | 0.49 | 210.56 | 0.7 | 0.3 |
| Hex | 17 | 4C | 83 | 52 | 2A | 0 | 31 | D3 | 46 | 1E |
| Octal | 27 | 114 | 203 | 122 | 52 | 0 | 61 | 323 | 106 | 36 |
| Binary | 10111 | 1001100 | 10000011 | 1010010 | 101010 | 0 | 110001 | 11010011 | 1000110 | 11110 |
Color Harmonies of #174C83
Complementary color
Monochromatic Colors of #174C83
Black with #174C83
Text Example
Text Example
White with #174C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C83; }
p { color: rgb(23,76,131); }
H1.HeaderClassName
{
color: #174C83;
}
.AnyTagClassName
{
color: #174C83;
}
</style>
background-color css
<style>
a { background-color: #174C83; }
a { background-color: rgb(23,76,131); }
div.DivClassName
{
background-color: #174C83;
}
.BgClassName
{
background-color: #174C83;
}
</style>
border-color css
<style>
span { border-color: #174C83; }
span { border-color: rgb(23,76,131); }
td.TdClassName
{
border-color: #174C83;
}
.TagClassName
{
border-color: #174C83;
}
</style>