Shades of Dark Cerulean #17487F
Tints of Dark Cerulean #17487F
RGB
CMYK
RGB Variations
Color information
#17487F (or 0x17487F) is known color: Dark Cerulean. HEX triplet: 17, 48 and 7F. RGB value is (23,72,127). Sum of RGB (Red+Green+Blue) = 23+72+127=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #17487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17487F is #E8B780. Grayscale: #3F3F3F. Windows color (decimal): -15251329 or 8341527. OLE color: 8341527.
HSL color Cylindrical-coordinate representation of color #17487F: hue angle of 211.73º 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 #17487F is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 72 | 127 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.50 |
| HSL | 211.73º | 0.69% | 0.29% | - |
| HSV(B) | 211.73º | 0.82% | 0.5% | - |
| XYZ | 6.5 | 6.35 | 20.96 | - |
| YUV | 63.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 127 | 0.82 | 0.43 | 0 | 0.50 | 211.73 | 0.69 | 0.29 |
| Hex | 17 | 48 | 7F | 52 | 2B | 0 | 32 | D4 | 45 | 1D |
| Octal | 27 | 110 | 177 | 122 | 53 | 0 | 62 | 324 | 105 | 35 |
| Binary | 10111 | 1001000 | 1111111 | 1010010 | 101011 | 0 | 110010 | 11010100 | 1000101 | 11101 |
Color Harmonies of #17487F
Complementary color
Monochromatic Colors of #17487F
Black with #17487F
Text Example
Text Example
White with #17487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17487F; }
p { color: rgb(23,72,127); }
H1.HeaderClassName
{
color: #17487F;
}
.AnyTagClassName
{
color: #17487F;
}
</style>
background-color css
<style>
a { background-color: #17487F; }
a { background-color: rgb(23,72,127); }
div.DivClassName
{
background-color: #17487F;
}
.BgClassName
{
background-color: #17487F;
}
</style>
border-color css
<style>
span { border-color: #17487F; }
span { border-color: rgb(23,72,127); }
td.TdClassName
{
border-color: #17487F;
}
.TagClassName
{
border-color: #17487F;
}
</style>