Shades of Dark Cerulean #163E7B
Tints of Dark Cerulean #163E7B
RGB
CMYK
RGB Variations
Color information
#163E7B (or 0x163E7B) is known color: Dark Cerulean. HEX triplet: 16, 3E and 7B. RGB value is (22,62,123). Sum of RGB (Red+Green+Blue) = 22+62+123=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #163E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E7B is #E9C184. Grayscale: #383838. Windows color (decimal): -15319429 or 8076822. OLE color: 8076822.
HSL color Cylindrical-coordinate representation of color #163E7B: hue angle of 216.24º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E7B is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 62 | 123 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.52 |
| HSL | 216.24º | 0.7% | 0.28% | - |
| HSV(B) | 216.24º | 0.82% | 0.48% | - |
| XYZ | 5.63 | 5.05 | 19.42 | - |
| YUV | 56.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 123 | 0.82 | 0.50 | 0 | 0.52 | 216.24 | 0.7 | 0.28 |
| Hex | 16 | 3E | 7B | 52 | 32 | 0 | 34 | D8 | 46 | 1C |
| Octal | 26 | 76 | 173 | 122 | 62 | 0 | 64 | 330 | 106 | 34 |
| Binary | 10110 | 111110 | 1111011 | 1010010 | 110010 | 0 | 110100 | 11011000 | 1000110 | 11100 |
Color Harmonies of #163E7B
Complementary color
Monochromatic Colors of #163E7B
Black with #163E7B
Text Example
Text Example
White with #163E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E7B; }
p { color: rgb(22,62,123); }
H1.HeaderClassName
{
color: #163E7B;
}
.AnyTagClassName
{
color: #163E7B;
}
</style>
background-color css
<style>
a { background-color: #163E7B; }
a { background-color: rgb(22,62,123); }
div.DivClassName
{
background-color: #163E7B;
}
.BgClassName
{
background-color: #163E7B;
}
</style>
border-color css
<style>
span { border-color: #163E7B; }
span { border-color: rgb(22,62,123); }
td.TdClassName
{
border-color: #163E7B;
}
.TagClassName
{
border-color: #163E7B;
}
</style>