Shades of Dark Cerulean #163D6E
Tints of Dark Cerulean #163D6E
RGB
CMYK
RGB Variations
Color information
#163D6E (or 0x163D6E) is known color: Dark Cerulean. HEX triplet: 16, 3D and 6E. RGB value is (22,61,110). Sum of RGB (Red+Green+Blue) = 22+61+110=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #163D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D6E is #E9C291. Grayscale: #363636. Windows color (decimal): -15319698 or 7224598. OLE color: 7224598.
HSL color Cylindrical-coordinate representation of color #163D6E: hue angle of 213.41º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163D6E is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 61 | 110 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.57 |
| HSL | 213.41º | 0.67% | 0.26% | - |
| HSV(B) | 213.41º | 0.8% | 0.43% | - |
| XYZ | 4.81 | 4.63 | 15.39 | - |
| YUV | 54.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 110 | 0.8 | 0.45 | 0 | 0.57 | 213.41 | 0.67 | 0.26 |
| Hex | 16 | 3D | 6E | 50 | 2D | 0 | 39 | D5 | 43 | 1A |
| Octal | 26 | 75 | 156 | 120 | 55 | 0 | 71 | 325 | 103 | 32 |
| Binary | 10110 | 111101 | 1101110 | 1010000 | 101101 | 0 | 111001 | 11010101 | 1000011 | 11010 |
Color Harmonies of #163D6E
Complementary color
Monochromatic Colors of #163D6E
Black with #163D6E
Text Example
Text Example
White with #163D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D6E; }
p { color: rgb(22,61,110); }
H1.HeaderClassName
{
color: #163D6E;
}
.AnyTagClassName
{
color: #163D6E;
}
</style>
background-color css
<style>
a { background-color: #163D6E; }
a { background-color: rgb(22,61,110); }
div.DivClassName
{
background-color: #163D6E;
}
.BgClassName
{
background-color: #163D6E;
}
</style>
border-color css
<style>
span { border-color: #163D6E; }
span { border-color: rgb(22,61,110); }
td.TdClassName
{
border-color: #163D6E;
}
.TagClassName
{
border-color: #163D6E;
}
</style>