Shades of Dark Cerulean #163D75
Tints of Dark Cerulean #163D75
RGB
CMYK
RGB Variations
Color information
#163D75 (or 0x163D75) is known color: Dark Cerulean. HEX triplet: 16, 3D and 75. RGB value is (22,61,117). Sum of RGB (Red+Green+Blue) = 22+61+117=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #163D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D75 is #E9C28A. Grayscale: #373737. Windows color (decimal): -15319691 or 7683350. OLE color: 7683350.
HSL color Cylindrical-coordinate representation of color #163D75: hue angle of 215.37º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163D75 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 61 | 117 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.54 |
| HSL | 215.37º | 0.68% | 0.27% | - |
| HSV(B) | 215.37º | 0.81% | 0.46% | - |
| XYZ | 5.21 | 4.79 | 17.48 | - |
| YUV | 55.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 117 | 0.81 | 0.48 | 0 | 0.54 | 215.37 | 0.68 | 0.27 |
| Hex | 16 | 3D | 75 | 51 | 30 | 0 | 36 | D7 | 44 | 1B |
| Octal | 26 | 75 | 165 | 121 | 60 | 0 | 66 | 327 | 104 | 33 |
| Binary | 10110 | 111101 | 1110101 | 1010001 | 110000 | 0 | 110110 | 11010111 | 1000100 | 11011 |
Color Harmonies of #163D75
Complementary color
Monochromatic Colors of #163D75
Black with #163D75
Text Example
Text Example
White with #163D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D75; }
p { color: rgb(22,61,117); }
H1.HeaderClassName
{
color: #163D75;
}
.AnyTagClassName
{
color: #163D75;
}
</style>
background-color css
<style>
a { background-color: #163D75; }
a { background-color: rgb(22,61,117); }
div.DivClassName
{
background-color: #163D75;
}
.BgClassName
{
background-color: #163D75;
}
</style>
border-color css
<style>
span { border-color: #163D75; }
span { border-color: rgb(22,61,117); }
td.TdClassName
{
border-color: #163D75;
}
.TagClassName
{
border-color: #163D75;
}
</style>