Shades of Dark Cerulean #17477F
Tints of Dark Cerulean #17477F
RGB
CMYK
RGB Variations
Color information
#17477F (or 0x17477F) is known color: Dark Cerulean. HEX triplet: 17, 47 and 7F. RGB value is (23,71,127). Sum of RGB (Red+Green+Blue) = 23+71+127=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #17477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17477F is #E8B880. Grayscale: #3E3E3E. Windows color (decimal): -15251585 or 8341271. OLE color: 8341271.
HSL color Cylindrical-coordinate representation of color #17477F: hue angle of 212.31º 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 #17477F is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 71 | 127 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.50 |
| HSL | 212.31º | 0.69% | 0.29% | - |
| HSV(B) | 212.31º | 0.82% | 0.5% | - |
| XYZ | 6.44 | 6.22 | 20.94 | - |
| YUV | 63.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 127 | 0.82 | 0.44 | 0 | 0.50 | 212.31 | 0.69 | 0.29 |
| Hex | 17 | 47 | 7F | 52 | 2C | 0 | 32 | D4 | 45 | 1D |
| Octal | 27 | 107 | 177 | 122 | 54 | 0 | 62 | 324 | 105 | 35 |
| Binary | 10111 | 1000111 | 1111111 | 1010010 | 101100 | 0 | 110010 | 11010100 | 1000101 | 11101 |
Color Harmonies of #17477F
Complementary color
Monochromatic Colors of #17477F
Black with #17477F
Text Example
Text Example
White with #17477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17477F; }
p { color: rgb(23,71,127); }
H1.HeaderClassName
{
color: #17477F;
}
.AnyTagClassName
{
color: #17477F;
}
</style>
background-color css
<style>
a { background-color: #17477F; }
a { background-color: rgb(23,71,127); }
div.DivClassName
{
background-color: #17477F;
}
.BgClassName
{
background-color: #17477F;
}
</style>
border-color css
<style>
span { border-color: #17477F; }
span { border-color: rgb(23,71,127); }
td.TdClassName
{
border-color: #17477F;
}
.TagClassName
{
border-color: #17477F;
}
</style>