Shades of Dark Cerulean #163E77
Tints of Dark Cerulean #163E77
RGB
CMYK
RGB Variations
Color information
#163E77 (or 0x163E77) is known color: Dark Cerulean. HEX triplet: 16, 3E and 77. RGB value is (22,62,119). Sum of RGB (Red+Green+Blue) = 22+62+119=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #163E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E77 is #E9C188. Grayscale: #383838. Windows color (decimal): -15319433 or 7814678. OLE color: 7814678.
HSL color Cylindrical-coordinate representation of color #163E77: hue angle of 215.26º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E77 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 62 | 119 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.53 |
| HSL | 215.26º | 0.69% | 0.28% | - |
| HSV(B) | 215.26º | 0.82% | 0.47% | - |
| XYZ | 5.38 | 4.95 | 18.12 | - |
| YUV | 56.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 119 | 0.82 | 0.48 | 0 | 0.53 | 215.26 | 0.69 | 0.28 |
| Hex | 16 | 3E | 77 | 52 | 30 | 0 | 35 | D7 | 45 | 1C |
| Octal | 26 | 76 | 167 | 122 | 60 | 0 | 65 | 327 | 105 | 34 |
| Binary | 10110 | 111110 | 1110111 | 1010010 | 110000 | 0 | 110101 | 11010111 | 1000101 | 11100 |
Color Harmonies of #163E77
Complementary color
Monochromatic Colors of #163E77
Black with #163E77
Text Example
Text Example
White with #163E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E77; }
p { color: rgb(22,62,119); }
H1.HeaderClassName
{
color: #163E77;
}
.AnyTagClassName
{
color: #163E77;
}
</style>
background-color css
<style>
a { background-color: #163E77; }
a { background-color: rgb(22,62,119); }
div.DivClassName
{
background-color: #163E77;
}
.BgClassName
{
background-color: #163E77;
}
</style>
border-color css
<style>
span { border-color: #163E77; }
span { border-color: rgb(22,62,119); }
td.TdClassName
{
border-color: #163E77;
}
.TagClassName
{
border-color: #163E77;
}
</style>