Shades of Dark Cerulean #17497E
Tints of Dark Cerulean #17497E
RGB
CMYK
RGB Variations
Color information
#17497E (or 0x17497E) is known color: Dark Cerulean. HEX triplet: 17, 49 and 7E. RGB value is (23,73,126). Sum of RGB (Red+Green+Blue) = 23+73+126=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #17497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17497E is #E8B681. Grayscale: #3F3F3F. Windows color (decimal): -15251074 or 8276247. OLE color: 8276247.
HSL color Cylindrical-coordinate representation of color #17497E: hue angle of 210.87º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17497E is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 73 | 126 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.51 |
| HSL | 210.87º | 0.69% | 0.29% | - |
| HSV(B) | 210.87º | 0.82% | 0.49% | - |
| XYZ | 6.5 | 6.45 | 20.64 | - |
| YUV | 64.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 126 | 0.82 | 0.42 | 0 | 0.51 | 210.87 | 0.69 | 0.29 |
| Hex | 17 | 49 | 7E | 52 | 2A | 0 | 33 | D3 | 45 | 1D |
| Octal | 27 | 111 | 176 | 122 | 52 | 0 | 63 | 323 | 105 | 35 |
| Binary | 10111 | 1001001 | 1111110 | 1010010 | 101010 | 0 | 110011 | 11010011 | 1000101 | 11101 |
Color Harmonies of #17497E
Complementary color
Monochromatic Colors of #17497E
Black with #17497E
Text Example
Text Example
White with #17497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17497E; }
p { color: rgb(23,73,126); }
H1.HeaderClassName
{
color: #17497E;
}
.AnyTagClassName
{
color: #17497E;
}
</style>
background-color css
<style>
a { background-color: #17497E; }
a { background-color: rgb(23,73,126); }
div.DivClassName
{
background-color: #17497E;
}
.BgClassName
{
background-color: #17497E;
}
</style>
border-color css
<style>
span { border-color: #17497E; }
span { border-color: rgb(23,73,126); }
td.TdClassName
{
border-color: #17497E;
}
.TagClassName
{
border-color: #17497E;
}
</style>