Shades of Dark Cerulean #17417A
Tints of Dark Cerulean #17417A
RGB
CMYK
RGB Variations
Color information
#17417A (or 0x17417A) is known color: Dark Cerulean. HEX triplet: 17, 41 and 7A. RGB value is (23,65,122). Sum of RGB (Red+Green+Blue) = 23+65+122=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #17417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17417A is #E8BE85. Grayscale: #3A3A3A. Windows color (decimal): -15253126 or 8012055. OLE color: 8012055.
HSL color Cylindrical-coordinate representation of color #17417A: hue angle of 214.55º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17417A is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 65 | 122 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.52 |
| HSL | 214.55º | 0.68% | 0.28% | - |
| HSV(B) | 214.55º | 0.81% | 0.48% | - |
| XYZ | 5.76 | 5.37 | 19.15 | - |
| YUV | 58.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 122 | 0.81 | 0.47 | 0 | 0.52 | 214.55 | 0.68 | 0.28 |
| Hex | 17 | 41 | 7A | 51 | 2F | 0 | 34 | D7 | 44 | 1C |
| Octal | 27 | 101 | 172 | 121 | 57 | 0 | 64 | 327 | 104 | 34 |
| Binary | 10111 | 1000001 | 1111010 | 1010001 | 101111 | 0 | 110100 | 11010111 | 1000100 | 11100 |
Color Harmonies of #17417A
Complementary color
Monochromatic Colors of #17417A
Black with #17417A
Text Example
Text Example
White with #17417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17417A; }
p { color: rgb(23,65,122); }
H1.HeaderClassName
{
color: #17417A;
}
.AnyTagClassName
{
color: #17417A;
}
</style>
background-color css
<style>
a { background-color: #17417A; }
a { background-color: rgb(23,65,122); }
div.DivClassName
{
background-color: #17417A;
}
.BgClassName
{
background-color: #17417A;
}
</style>
border-color css
<style>
span { border-color: #17417A; }
span { border-color: rgb(23,65,122); }
td.TdClassName
{
border-color: #17417A;
}
.TagClassName
{
border-color: #17417A;
}
</style>