Shades of Dark Cerulean #17417B
Tints of Dark Cerulean #17417B
RGB
CMYK
RGB Variations
Color information
#17417B (or 0x17417B) is known color: Dark Cerulean. HEX triplet: 17, 41 and 7B. RGB value is (23,65,123). Sum of RGB (Red+Green+Blue) = 23+65+123=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #17417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17417B is #E8BE84. Grayscale: #3A3A3A. Windows color (decimal): -15253125 or 8077591. OLE color: 8077591.
HSL color Cylindrical-coordinate representation of color #17417B: hue angle of 214.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17417B is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 65 | 123 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.52 |
| HSL | 214.8º | 0.68% | 0.29% | - |
| HSV(B) | 214.8º | 0.81% | 0.48% | - |
| XYZ | 5.82 | 5.39 | 19.47 | - |
| YUV | 59.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 123 | 0.81 | 0.47 | 0 | 0.52 | 214.8 | 0.68 | 0.29 |
| Hex | 17 | 41 | 7B | 51 | 2F | 0 | 34 | D7 | 44 | 1D |
| Octal | 27 | 101 | 173 | 121 | 57 | 0 | 64 | 327 | 104 | 35 |
| Binary | 10111 | 1000001 | 1111011 | 1010001 | 101111 | 0 | 110100 | 11010111 | 1000100 | 11101 |
Color Harmonies of #17417B
Complementary color
Monochromatic Colors of #17417B
Black with #17417B
Text Example
Text Example
White with #17417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17417B; }
p { color: rgb(23,65,123); }
H1.HeaderClassName
{
color: #17417B;
}
.AnyTagClassName
{
color: #17417B;
}
</style>
background-color css
<style>
a { background-color: #17417B; }
a { background-color: rgb(23,65,123); }
div.DivClassName
{
background-color: #17417B;
}
.BgClassName
{
background-color: #17417B;
}
</style>
border-color css
<style>
span { border-color: #17417B; }
span { border-color: rgb(23,65,123); }
td.TdClassName
{
border-color: #17417B;
}
.TagClassName
{
border-color: #17417B;
}
</style>