Shades of Dark Cerulean #16397C
Tints of Dark Cerulean #16397C
RGB
CMYK
RGB Variations
Color information
#16397C (or 0x16397C) is known color: Dark Cerulean. HEX triplet: 16, 39 and 7C. RGB value is (22,57,124). Sum of RGB (Red+Green+Blue) = 22+57+124=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #16397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16397C is #E9C683. Grayscale: #353535. Windows color (decimal): -15320708 or 8141078. OLE color: 8141078.
HSL color Cylindrical-coordinate representation of color #16397C: hue angle of 219.41º degrees, saturation: 0.7, 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 #16397C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 57 | 124 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.51 |
| HSL | 219.41º | 0.7% | 0.29% | - |
| HSV(B) | 219.41º | 0.82% | 0.49% | - |
| XYZ | 5.43 | 4.55 | 19.66 | - |
| YUV | 54.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 124 | 0.82 | 0.54 | 0 | 0.51 | 219.41 | 0.7 | 0.29 |
| Hex | 16 | 39 | 7C | 52 | 36 | 0 | 33 | DB | 46 | 1D |
| Octal | 26 | 71 | 174 | 122 | 66 | 0 | 63 | 333 | 106 | 35 |
| Binary | 10110 | 111001 | 1111100 | 1010010 | 110110 | 0 | 110011 | 11011011 | 1000110 | 11101 |
Color Harmonies of #16397C
Complementary color
Monochromatic Colors of #16397C
Black with #16397C
Text Example
Text Example
White with #16397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16397C; }
p { color: rgb(22,57,124); }
H1.HeaderClassName
{
color: #16397C;
}
.AnyTagClassName
{
color: #16397C;
}
</style>
background-color css
<style>
a { background-color: #16397C; }
a { background-color: rgb(22,57,124); }
div.DivClassName
{
background-color: #16397C;
}
.BgClassName
{
background-color: #16397C;
}
</style>
border-color css
<style>
span { border-color: #16397C; }
span { border-color: rgb(22,57,124); }
td.TdClassName
{
border-color: #16397C;
}
.TagClassName
{
border-color: #16397C;
}
</style>