Shades of Dark Cerulean #17416E
Tints of Dark Cerulean #17416E
RGB
CMYK
RGB Variations
Color information
#17416E (or 0x17416E) is known color: Dark Cerulean. HEX triplet: 17, 41 and 6E. RGB value is (23,65,110). Sum of RGB (Red+Green+Blue) = 23+65+110=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #17416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17416E is #E8BE91. Grayscale: #393939. Windows color (decimal): -15253138 or 7225623. OLE color: 7225623.
HSL color Cylindrical-coordinate representation of color #17416E: hue angle of 211.03º 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 #17416E is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 65 | 110 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.57 |
| HSL | 211.03º | 0.65% | 0.26% | - |
| HSV(B) | 211.03º | 0.79% | 0.43% | - |
| XYZ | 5.06 | 5.09 | 15.47 | - |
| YUV | 57.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 110 | 0.79 | 0.41 | 0 | 0.57 | 211.03 | 0.65 | 0.26 |
| Hex | 17 | 41 | 6E | 4F | 29 | 0 | 39 | D3 | 41 | 1A |
| Octal | 27 | 101 | 156 | 117 | 51 | 0 | 71 | 323 | 101 | 32 |
| Binary | 10111 | 1000001 | 1101110 | 1001111 | 101001 | 0 | 111001 | 11010011 | 1000001 | 11010 |
Color Harmonies of #17416E
Complementary color
Monochromatic Colors of #17416E
Black with #17416E
Text Example
Text Example
White with #17416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17416E; }
p { color: rgb(23,65,110); }
H1.HeaderClassName
{
color: #17416E;
}
.AnyTagClassName
{
color: #17416E;
}
</style>
background-color css
<style>
a { background-color: #17416E; }
a { background-color: rgb(23,65,110); }
div.DivClassName
{
background-color: #17416E;
}
.BgClassName
{
background-color: #17416E;
}
</style>
border-color css
<style>
span { border-color: #17416E; }
span { border-color: rgb(23,65,110); }
td.TdClassName
{
border-color: #17416E;
}
.TagClassName
{
border-color: #17416E;
}
</style>