Shades of Dark Cerulean #174D7F
Tints of Dark Cerulean #174D7F
RGB
CMYK
RGB Variations
Color information
#174D7F (or 0x174D7F) is known color: Dark Cerulean. HEX triplet: 17, 4D and 7F. RGB value is (23,77,127). Sum of RGB (Red+Green+Blue) = 23+77+127=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #174D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D7F is #E8B280. Grayscale: #424242. Windows color (decimal): -15250049 or 8342807. OLE color: 8342807.
HSL color Cylindrical-coordinate representation of color #174D7F: hue angle of 208.85º 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 #174D7F is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 77 | 127 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.50 |
| HSL | 208.85º | 0.69% | 0.29% | - |
| HSV(B) | 208.85º | 0.82% | 0.5% | - |
| XYZ | 6.84 | 7.02 | 21.07 | - |
| YUV | 66.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 127 | 0.82 | 0.39 | 0 | 0.50 | 208.85 | 0.69 | 0.29 |
| Hex | 17 | 4D | 7F | 52 | 27 | 0 | 32 | D1 | 45 | 1D |
| Octal | 27 | 115 | 177 | 122 | 47 | 0 | 62 | 321 | 105 | 35 |
| Binary | 10111 | 1001101 | 1111111 | 1010010 | 100111 | 0 | 110010 | 11010001 | 1000101 | 11101 |
Color Harmonies of #174D7F
Complementary color
Monochromatic Colors of #174D7F
Black with #174D7F
Text Example
Text Example
White with #174D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D7F; }
p { color: rgb(23,77,127); }
H1.HeaderClassName
{
color: #174D7F;
}
.AnyTagClassName
{
color: #174D7F;
}
</style>
background-color css
<style>
a { background-color: #174D7F; }
a { background-color: rgb(23,77,127); }
div.DivClassName
{
background-color: #174D7F;
}
.BgClassName
{
background-color: #174D7F;
}
</style>
border-color css
<style>
span { border-color: #174D7F; }
span { border-color: rgb(23,77,127); }
td.TdClassName
{
border-color: #174D7F;
}
.TagClassName
{
border-color: #174D7F;
}
</style>