Shades of Sapphire #00176E
Tints of Sapphire #00176E
RGB
CMYK
RGB Variations
Color information
#00176E (or 0x00176E) is known color: Sapphire. HEX triplet: 00, 17 and 6E. RGB value is (0,23,110). Sum of RGB (Red+Green+Blue) = 0+23+110=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #00176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00176E is #FFE891. Grayscale: #191919. Windows color (decimal): -16771218 or 7214848. OLE color: 7214848.
HSL color Cylindrical-coordinate representation of color #00176E: hue angle of 227.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00176E is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 23 | 110 | - |
| CMYK | 1 | 0.79 | 0 | 0.57 |
| HSL | 227.45º | 1% | 0.22% | - |
| HSV(B) | 227.45º | 1% | 0.43% | - |
| XYZ | 3.12 | 1.74 | 14.92 | - |
| YUV | 26.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 110 | 1 | 0.79 | 0 | 0.57 | 227.45 | 1 | 0.22 |
| Hex | 0 | 17 | 6E | 64 | 4F | 0 | 39 | E3 | 64 | 16 |
| Octal | 0 | 27 | 156 | 144 | 117 | 0 | 71 | 343 | 144 | 26 |
| Binary | 0 | 10111 | 1101110 | 1100100 | 1001111 | 0 | 111001 | 11100011 | 1100100 | 10110 |
Color Harmonies of #00176E
Complementary color
Monochromatic Colors of #00176E
Black with #00176E
Text Example
Text Example
White with #00176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00176E; }
p { color: rgb(0,23,110); }
H1.HeaderClassName
{
color: #00176E;
}
.AnyTagClassName
{
color: #00176E;
}
</style>
background-color css
<style>
a { background-color: #00176E; }
a { background-color: rgb(0,23,110); }
div.DivClassName
{
background-color: #00176E;
}
.BgClassName
{
background-color: #00176E;
}
</style>
border-color css
<style>
span { border-color: #00176E; }
span { border-color: rgb(0,23,110); }
td.TdClassName
{
border-color: #00176E;
}
.TagClassName
{
border-color: #00176E;
}
</style>