Shades of Sapphire #00166F
Tints of Sapphire #00166F
RGB
CMYK
RGB Variations
Color information
#00166F (or 0x00166F) is known color: Sapphire. HEX triplet: 00, 16 and 6F. RGB value is (0,22,111). Sum of RGB (Red+Green+Blue) = 0+22+111=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #00166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00166F is #FFE990. Grayscale: #191919. Windows color (decimal): -16771473 or 7280128. OLE color: 7280128.
HSL color Cylindrical-coordinate representation of color #00166F: hue angle of 228.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00166F is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 22 | 111 | - |
| CMYK | 1 | 0.80 | 0 | 0.56 |
| HSL | 228.11º | 1% | 0.22% | - |
| HSV(B) | 228.11º | 1% | 0.44% | - |
| XYZ | 3.16 | 1.72 | 15.2 | - |
| YUV | 25.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 111 | 1 | 0.80 | 0 | 0.56 | 228.11 | 1 | 0.22 |
| Hex | 0 | 16 | 6F | 64 | 50 | 0 | 38 | E4 | 64 | 16 |
| Octal | 0 | 26 | 157 | 144 | 120 | 0 | 70 | 344 | 144 | 26 |
| Binary | 0 | 10110 | 1101111 | 1100100 | 1010000 | 0 | 111000 | 11100100 | 1100100 | 10110 |
Color Harmonies of #00166F
Complementary color
Monochromatic Colors of #00166F
Black with #00166F
Text Example
Text Example
White with #00166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00166F; }
p { color: rgb(0,22,111); }
H1.HeaderClassName
{
color: #00166F;
}
.AnyTagClassName
{
color: #00166F;
}
</style>
background-color css
<style>
a { background-color: #00166F; }
a { background-color: rgb(0,22,111); }
div.DivClassName
{
background-color: #00166F;
}
.BgClassName
{
background-color: #00166F;
}
</style>
border-color css
<style>
span { border-color: #00166F; }
span { border-color: rgb(0,22,111); }
td.TdClassName
{
border-color: #00166F;
}
.TagClassName
{
border-color: #00166F;
}
</style>