Shades of Dark Cerulean #17407F
Tints of Dark Cerulean #17407F
RGB
CMYK
RGB Variations
Color information
#17407F (or 0x17407F) is known color: Dark Cerulean. HEX triplet: 17, 40 and 7F. RGB value is (23,64,127). Sum of RGB (Red+Green+Blue) = 23+64+127=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #17407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17407F is #E8BF80. Grayscale: #3A3A3A. Windows color (decimal): -15253377 or 8339479. OLE color: 8339479.
HSL color Cylindrical-coordinate representation of color #17407F: hue angle of 216.35º 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 #17407F is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 64 | 127 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.50 |
| HSL | 216.35º | 0.69% | 0.29% | - |
| HSV(B) | 216.35º | 0.82% | 0.5% | - |
| XYZ | 6.02 | 5.38 | 20.8 | - |
| YUV | 58.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 127 | 0.82 | 0.50 | 0 | 0.50 | 216.35 | 0.69 | 0.29 |
| Hex | 17 | 40 | 7F | 52 | 32 | 0 | 32 | D8 | 45 | 1D |
| Octal | 27 | 100 | 177 | 122 | 62 | 0 | 62 | 330 | 105 | 35 |
| Binary | 10111 | 1000000 | 1111111 | 1010010 | 110010 | 0 | 110010 | 11011000 | 1000101 | 11101 |
Color Harmonies of #17407F
Complementary color
Monochromatic Colors of #17407F
Black with #17407F
Text Example
Text Example
White with #17407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17407F; }
p { color: rgb(23,64,127); }
H1.HeaderClassName
{
color: #17407F;
}
.AnyTagClassName
{
color: #17407F;
}
</style>
background-color css
<style>
a { background-color: #17407F; }
a { background-color: rgb(23,64,127); }
div.DivClassName
{
background-color: #17407F;
}
.BgClassName
{
background-color: #17407F;
}
</style>
border-color css
<style>
span { border-color: #17407F; }
span { border-color: rgb(23,64,127); }
td.TdClassName
{
border-color: #17407F;
}
.TagClassName
{
border-color: #17407F;
}
</style>