Shades of Sapphire #00165A
Tints of Sapphire #00165A
RGB
CMYK
RGB Variations
Color information
#00165A (or 0x00165A) is known color: Sapphire. HEX triplet: 00, 16 and 5A. RGB value is (0,22,90). Sum of RGB (Red+Green+Blue) = 0+22+90=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #00165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00165A is #FFE9A5. Grayscale: #161616. Windows color (decimal): -16771494 or 5903872. OLE color: 5903872.
HSL color Cylindrical-coordinate representation of color #00165A: hue angle of 225.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00165A is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 22 | 90 | - |
| CMYK | 1 | 0.76 | 0 | 0.65 |
| HSL | 225.33º | 1% | 0.18% | - |
| HSV(B) | 225.33º | 1% | 0.35% | - |
| XYZ | 2.13 | 1.31 | 9.81 | - |
| YUV | 23.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 90 | 1 | 0.76 | 0 | 0.65 | 225.33 | 1 | 0.18 |
| Hex | 0 | 16 | 5A | 64 | 4C | 0 | 41 | E1 | 64 | 12 |
| Octal | 0 | 26 | 132 | 144 | 114 | 0 | 101 | 341 | 144 | 22 |
| Binary | 0 | 10110 | 1011010 | 1100100 | 1001100 | 0 | 1000001 | 11100001 | 1100100 | 10010 |
Color Harmonies of #00165A
Complementary color
Monochromatic Colors of #00165A
Black with #00165A
Text Example
Text Example
White with #00165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00165A; }
p { color: rgb(0,22,90); }
H1.HeaderClassName
{
color: #00165A;
}
.AnyTagClassName
{
color: #00165A;
}
</style>
background-color css
<style>
a { background-color: #00165A; }
a { background-color: rgb(0,22,90); }
div.DivClassName
{
background-color: #00165A;
}
.BgClassName
{
background-color: #00165A;
}
</style>
border-color css
<style>
span { border-color: #00165A; }
span { border-color: rgb(0,22,90); }
td.TdClassName
{
border-color: #00165A;
}
.TagClassName
{
border-color: #00165A;
}
</style>