Shades of Sapphire #00197E
Tints of Sapphire #00197E
RGB
CMYK
RGB Variations
Color information
#00197E (or 0x00197E) is known color: Sapphire. HEX triplet: 00, 19 and 7E. RGB value is (0,25,126). Sum of RGB (Red+Green+Blue) = 0+25+126=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #00197E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00197E is #FFE681. Grayscale: #1C1C1C. Windows color (decimal): -16770690 or 8263936. OLE color: 8263936.
HSL color Cylindrical-coordinate representation of color #00197E: hue angle of 228.1º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00197E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 25 | 126 | - |
| CMYK | 1 | 0.80 | 0 | 0.51 |
| HSL | 228.1º | 1% | 0.25% | - |
| HSV(B) | 228.1º | 1% | 0.49% | - |
| XYZ | 4.11 | 2.2 | 19.95 | - |
| YUV | 29.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 126 | 1 | 0.80 | 0 | 0.51 | 228.1 | 1 | 0.25 |
| Hex | 0 | 19 | 7E | 64 | 50 | 0 | 33 | E4 | 64 | 19 |
| Octal | 0 | 31 | 176 | 144 | 120 | 0 | 63 | 344 | 144 | 31 |
| Binary | 0 | 11001 | 1111110 | 1100100 | 1010000 | 0 | 110011 | 11100100 | 1100100 | 11001 |
Color Harmonies of #00197E
Complementary color
Monochromatic Colors of #00197E
Black with #00197E
Text Example
Text Example
White with #00197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00197E; }
p { color: rgb(0,25,126); }
H1.HeaderClassName
{
color: #00197E;
}
.AnyTagClassName
{
color: #00197E;
}
</style>
background-color css
<style>
a { background-color: #00197E; }
a { background-color: rgb(0,25,126); }
div.DivClassName
{
background-color: #00197E;
}
.BgClassName
{
background-color: #00197E;
}
</style>
border-color css
<style>
span { border-color: #00197E; }
span { border-color: rgb(0,25,126); }
td.TdClassName
{
border-color: #00197E;
}
.TagClassName
{
border-color: #00197E;
}
</style>