Shades of Dark Cerulean #17387F
Tints of Dark Cerulean #17387F
RGB
CMYK
RGB Variations
Color information
#17387F (or 0x17387F) is known color: Dark Cerulean. HEX triplet: 17, 38 and 7F. RGB value is (23,56,127). Sum of RGB (Red+Green+Blue) = 23+56+127=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #17387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17387F is #E8C780. Grayscale: #353535. Windows color (decimal): -15255425 or 8337431. OLE color: 8337431.
HSL color Cylindrical-coordinate representation of color #17387F: hue angle of 220.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17387F is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 56 | 127 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.50 |
| HSL | 220.96º | 0.69% | 0.29% | - |
| HSV(B) | 220.96º | 0.82% | 0.5% | - |
| XYZ | 5.6 | 4.54 | 20.66 | - |
| YUV | 54.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 127 | 0.82 | 0.56 | 0 | 0.50 | 220.96 | 0.69 | 0.29 |
| Hex | 17 | 38 | 7F | 52 | 38 | 0 | 32 | DD | 45 | 1D |
| Octal | 27 | 70 | 177 | 122 | 70 | 0 | 62 | 335 | 105 | 35 |
| Binary | 10111 | 111000 | 1111111 | 1010010 | 111000 | 0 | 110010 | 11011101 | 1000101 | 11101 |
Color Harmonies of #17387F
Complementary color
Monochromatic Colors of #17387F
Black with #17387F
Text Example
Text Example
White with #17387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17387F; }
p { color: rgb(23,56,127); }
H1.HeaderClassName
{
color: #17387F;
}
.AnyTagClassName
{
color: #17387F;
}
</style>
background-color css
<style>
a { background-color: #17387F; }
a { background-color: rgb(23,56,127); }
div.DivClassName
{
background-color: #17387F;
}
.BgClassName
{
background-color: #17387F;
}
</style>
border-color css
<style>
span { border-color: #17387F; }
span { border-color: rgb(23,56,127); }
td.TdClassName
{
border-color: #17387F;
}
.TagClassName
{
border-color: #17387F;
}
</style>