Shades of Dark Cerulean #16387F
Tints of Dark Cerulean #16387F
RGB
CMYK
RGB Variations
Color information
#16387F (or 0x16387F) is known color: Dark Cerulean. HEX triplet: 16, 38 and 7F. RGB value is (22,56,127). Sum of RGB (Red+Green+Blue) = 22+56+127=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #16387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16387F is #E9C780. Grayscale: #353535. Windows color (decimal): -15320961 or 8337430. OLE color: 8337430.
HSL color Cylindrical-coordinate representation of color #16387F: hue angle of 220.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16387F is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 56 | 127 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.50 |
| HSL | 220.57º | 0.7% | 0.29% | - |
| HSV(B) | 220.57º | 0.83% | 0.5% | - |
| XYZ | 5.58 | 4.53 | 20.66 | - |
| YUV | 53.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 127 | 0.83 | 0.56 | 0 | 0.50 | 220.57 | 0.7 | 0.29 |
| Hex | 16 | 38 | 7F | 53 | 38 | 0 | 32 | DD | 46 | 1D |
| Octal | 26 | 70 | 177 | 123 | 70 | 0 | 62 | 335 | 106 | 35 |
| Binary | 10110 | 111000 | 1111111 | 1010011 | 111000 | 0 | 110010 | 11011101 | 1000110 | 11101 |
Color Harmonies of #16387F
Complementary color
Monochromatic Colors of #16387F
Black with #16387F
Text Example
Text Example
White with #16387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16387F; }
p { color: rgb(22,56,127); }
H1.HeaderClassName
{
color: #16387F;
}
.AnyTagClassName
{
color: #16387F;
}
</style>
background-color css
<style>
a { background-color: #16387F; }
a { background-color: rgb(22,56,127); }
div.DivClassName
{
background-color: #16387F;
}
.BgClassName
{
background-color: #16387F;
}
</style>
border-color css
<style>
span { border-color: #16387F; }
span { border-color: rgb(22,56,127); }
td.TdClassName
{
border-color: #16387F;
}
.TagClassName
{
border-color: #16387F;
}
</style>