Shades of Dark Cerulean #17418B
Tints of Dark Cerulean #17418B
RGB
CMYK
RGB Variations
Color information
#17418B (or 0x17418B) is known color: Dark Cerulean. HEX triplet: 17, 41 and 8B. RGB value is (23,65,139). Sum of RGB (Red+Green+Blue) = 23+65+139=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #17418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17418B is #E8BE74. Grayscale: #3C3C3C. Windows color (decimal): -15253109 or 9126167. OLE color: 9126167.
HSL color Cylindrical-coordinate representation of color #17418B: hue angle of 218.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17418B is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 65 | 139 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.45 |
| HSL | 218.28º | 0.72% | 0.32% | - |
| HSV(B) | 218.28º | 0.83% | 0.55% | - |
| XYZ | 6.9 | 5.83 | 25.19 | - |
| YUV | 60.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 139 | 0.83 | 0.53 | 0 | 0.45 | 218.28 | 0.72 | 0.32 |
| Hex | 17 | 41 | 8B | 53 | 35 | 0 | 2D | DA | 48 | 20 |
| Octal | 27 | 101 | 213 | 123 | 65 | 0 | 55 | 332 | 110 | 40 |
| Binary | 10111 | 1000001 | 10001011 | 1010011 | 110101 | 0 | 101101 | 11011010 | 1001000 | 100000 |
Color Harmonies of #17418B
Complementary color
Monochromatic Colors of #17418B
Black with #17418B
Text Example
Text Example
White with #17418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17418B; }
p { color: rgb(23,65,139); }
H1.HeaderClassName
{
color: #17418B;
}
.AnyTagClassName
{
color: #17418B;
}
</style>
background-color css
<style>
a { background-color: #17418B; }
a { background-color: rgb(23,65,139); }
div.DivClassName
{
background-color: #17418B;
}
.BgClassName
{
background-color: #17418B;
}
</style>
border-color css
<style>
span { border-color: #17418B; }
span { border-color: rgb(23,65,139); }
td.TdClassName
{
border-color: #17418B;
}
.TagClassName
{
border-color: #17418B;
}
</style>