Shades of Dark Cerulean #17406E
Tints of Dark Cerulean #17406E
RGB
CMYK
RGB Variations
Color information
#17406E (or 0x17406E) is known color: Dark Cerulean. HEX triplet: 17, 40 and 6E. RGB value is (23,64,110). Sum of RGB (Red+Green+Blue) = 23+64+110=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #17406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17406E is #E8BF91. Grayscale: #383838. Windows color (decimal): -15253394 or 7225367. OLE color: 7225367.
HSL color Cylindrical-coordinate representation of color #17406E: hue angle of 211.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17406E is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 64 | 110 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.57 |
| HSL | 211.72º | 0.65% | 0.26% | - |
| HSV(B) | 211.72º | 0.79% | 0.43% | - |
| XYZ | 5 | 4.97 | 15.45 | - |
| YUV | 56.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 110 | 0.79 | 0.42 | 0 | 0.57 | 211.72 | 0.65 | 0.26 |
| Hex | 17 | 40 | 6E | 4F | 2A | 0 | 39 | D4 | 41 | 1A |
| Octal | 27 | 100 | 156 | 117 | 52 | 0 | 71 | 324 | 101 | 32 |
| Binary | 10111 | 1000000 | 1101110 | 1001111 | 101010 | 0 | 111001 | 11010100 | 1000001 | 11010 |
Color Harmonies of #17406E
Complementary color
Monochromatic Colors of #17406E
Black with #17406E
Text Example
Text Example
White with #17406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17406E; }
p { color: rgb(23,64,110); }
H1.HeaderClassName
{
color: #17406E;
}
.AnyTagClassName
{
color: #17406E;
}
</style>
background-color css
<style>
a { background-color: #17406E; }
a { background-color: rgb(23,64,110); }
div.DivClassName
{
background-color: #17406E;
}
.BgClassName
{
background-color: #17406E;
}
</style>
border-color css
<style>
span { border-color: #17406E; }
span { border-color: rgb(23,64,110); }
td.TdClassName
{
border-color: #17406E;
}
.TagClassName
{
border-color: #17406E;
}
</style>