Shades of Dark Cerulean #17397D
Tints of Dark Cerulean #17397D
RGB
CMYK
RGB Variations
Color information
#17397D (or 0x17397D) is known color: Dark Cerulean. HEX triplet: 17, 39 and 7D. RGB value is (23,57,125). Sum of RGB (Red+Green+Blue) = 23+57+125=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #17397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17397D is #E8C682. Grayscale: #363636. Windows color (decimal): -15255171 or 8206615. OLE color: 8206615.
HSL color Cylindrical-coordinate representation of color #17397D: hue angle of 220º 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 #17397D is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 57 | 125 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.51 |
| HSL | 220º | 0.69% | 0.29% | - |
| HSV(B) | 220º | 0.82% | 0.49% | - |
| XYZ | 5.52 | 4.59 | 20 | - |
| YUV | 54.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 125 | 0.82 | 0.54 | 0 | 0.51 | 220 | 0.69 | 0.29 |
| Hex | 17 | 39 | 7D | 52 | 36 | 0 | 33 | DC | 45 | 1D |
| Octal | 27 | 71 | 175 | 122 | 66 | 0 | 63 | 334 | 105 | 35 |
| Binary | 10111 | 111001 | 1111101 | 1010010 | 110110 | 0 | 110011 | 11011100 | 1000101 | 11101 |
Color Harmonies of #17397D
Complementary color
Monochromatic Colors of #17397D
Black with #17397D
Text Example
Text Example
White with #17397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17397D; }
p { color: rgb(23,57,125); }
H1.HeaderClassName
{
color: #17397D;
}
.AnyTagClassName
{
color: #17397D;
}
</style>
background-color css
<style>
a { background-color: #17397D; }
a { background-color: rgb(23,57,125); }
div.DivClassName
{
background-color: #17397D;
}
.BgClassName
{
background-color: #17397D;
}
</style>
border-color css
<style>
span { border-color: #17397D; }
span { border-color: rgb(23,57,125); }
td.TdClassName
{
border-color: #17397D;
}
.TagClassName
{
border-color: #17397D;
}
</style>