Shades of Dark Cerulean #174C7F
Tints of Dark Cerulean #174C7F
RGB
CMYK
RGB Variations
Color information
#174C7F (or 0x174C7F) is known color: Dark Cerulean. HEX triplet: 17, 4C and 7F. RGB value is (23,76,127). Sum of RGB (Red+Green+Blue) = 23+76+127=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #174C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C7F is #E8B380. Grayscale: #414141. Windows color (decimal): -15250305 or 8342551. OLE color: 8342551.
HSL color Cylindrical-coordinate representation of color #174C7F: hue angle of 209.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #174C7F is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 76 | 127 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.50 |
| HSL | 209.42º | 0.69% | 0.29% | - |
| HSV(B) | 209.42º | 0.82% | 0.5% | - |
| XYZ | 6.77 | 6.88 | 21.05 | - |
| YUV | 65.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 127 | 0.82 | 0.40 | 0 | 0.50 | 209.42 | 0.69 | 0.29 |
| Hex | 17 | 4C | 7F | 52 | 28 | 0 | 32 | D1 | 45 | 1D |
| Octal | 27 | 114 | 177 | 122 | 50 | 0 | 62 | 321 | 105 | 35 |
| Binary | 10111 | 1001100 | 1111111 | 1010010 | 101000 | 0 | 110010 | 11010001 | 1000101 | 11101 |
Color Harmonies of #174C7F
Complementary color
Monochromatic Colors of #174C7F
Black with #174C7F
Text Example
Text Example
White with #174C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C7F; }
p { color: rgb(23,76,127); }
H1.HeaderClassName
{
color: #174C7F;
}
.AnyTagClassName
{
color: #174C7F;
}
</style>
background-color css
<style>
a { background-color: #174C7F; }
a { background-color: rgb(23,76,127); }
div.DivClassName
{
background-color: #174C7F;
}
.BgClassName
{
background-color: #174C7F;
}
</style>
border-color css
<style>
span { border-color: #174C7F; }
span { border-color: rgb(23,76,127); }
td.TdClassName
{
border-color: #174C7F;
}
.TagClassName
{
border-color: #174C7F;
}
</style>