Shades of Dark Cerulean #17497B
Tints of Dark Cerulean #17497B
RGB
CMYK
RGB Variations
Color information
#17497B (or 0x17497B) is known color: Dark Cerulean. HEX triplet: 17, 49 and 7B. RGB value is (23,73,123). Sum of RGB (Red+Green+Blue) = 23+73+123=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #17497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17497B is #E8B684. Grayscale: #3F3F3F. Windows color (decimal): -15251077 or 8079639. OLE color: 8079639.
HSL color Cylindrical-coordinate representation of color #17497B: hue angle of 210º 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 #17497B is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 73 | 123 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.52 |
| HSL | 210º | 0.68% | 0.29% | - |
| HSV(B) | 210º | 0.81% | 0.48% | - |
| XYZ | 6.31 | 6.38 | 19.64 | - |
| YUV | 63.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 123 | 0.81 | 0.41 | 0 | 0.52 | 210 | 0.68 | 0.29 |
| Hex | 17 | 49 | 7B | 51 | 29 | 0 | 34 | D2 | 44 | 1D |
| Octal | 27 | 111 | 173 | 121 | 51 | 0 | 64 | 322 | 104 | 35 |
| Binary | 10111 | 1001001 | 1111011 | 1010001 | 101001 | 0 | 110100 | 11010010 | 1000100 | 11101 |
Color Harmonies of #17497B
Complementary color
Monochromatic Colors of #17497B
Black with #17497B
Text Example
Text Example
White with #17497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17497B; }
p { color: rgb(23,73,123); }
H1.HeaderClassName
{
color: #17497B;
}
.AnyTagClassName
{
color: #17497B;
}
</style>
background-color css
<style>
a { background-color: #17497B; }
a { background-color: rgb(23,73,123); }
div.DivClassName
{
background-color: #17497B;
}
.BgClassName
{
background-color: #17497B;
}
</style>
border-color css
<style>
span { border-color: #17497B; }
span { border-color: rgb(23,73,123); }
td.TdClassName
{
border-color: #17497B;
}
.TagClassName
{
border-color: #17497B;
}
</style>