Shades of Dark Cerulean #17468D
Tints of Dark Cerulean #17468D
RGB
CMYK
RGB Variations
Color information
#17468D (or 0x17468D) is known color: Dark Cerulean. HEX triplet: 17, 46 and 8D. RGB value is (23,70,141). Sum of RGB (Red+Green+Blue) = 23+70+141=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #17468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17468D is #E8B972. Grayscale: #3F3F3F. Windows color (decimal): -15251827 or 9258519. OLE color: 9258519.
HSL color Cylindrical-coordinate representation of color #17468D: hue angle of 216.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17468D is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 70 | 141 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.45 |
| HSL | 216.1º | 0.72% | 0.32% | - |
| HSV(B) | 216.1º | 0.84% | 0.55% | - |
| XYZ | 7.35 | 6.49 | 26.06 | - |
| YUV | 64.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 141 | 0.84 | 0.50 | 0 | 0.45 | 216.1 | 0.72 | 0.32 |
| Hex | 17 | 46 | 8D | 54 | 32 | 0 | 2D | D8 | 48 | 20 |
| Octal | 27 | 106 | 215 | 124 | 62 | 0 | 55 | 330 | 110 | 40 |
| Binary | 10111 | 1000110 | 10001101 | 1010100 | 110010 | 0 | 101101 | 11011000 | 1001000 | 100000 |
Color Harmonies of #17468D
Complementary color
Monochromatic Colors of #17468D
Black with #17468D
Text Example
Text Example
White with #17468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17468D; }
p { color: rgb(23,70,141); }
H1.HeaderClassName
{
color: #17468D;
}
.AnyTagClassName
{
color: #17468D;
}
</style>
background-color css
<style>
a { background-color: #17468D; }
a { background-color: rgb(23,70,141); }
div.DivClassName
{
background-color: #17468D;
}
.BgClassName
{
background-color: #17468D;
}
</style>
border-color css
<style>
span { border-color: #17468D; }
span { border-color: rgb(23,70,141); }
td.TdClassName
{
border-color: #17468D;
}
.TagClassName
{
border-color: #17468D;
}
</style>