Shades of Sapphire #00197D
Tints of Sapphire #00197D
RGB
CMYK
RGB Variations
Color information
#00197D (or 0x00197D) is known color: Sapphire. HEX triplet: 00, 19 and 7D. RGB value is (0,25,125). Sum of RGB (Red+Green+Blue) = 0+25+125=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #00197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00197D is #FFE682. Grayscale: #1C1C1C. Windows color (decimal): -16770691 or 8198400. OLE color: 8198400.
HSL color Cylindrical-coordinate representation of color #00197D: hue angle of 228º 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 #00197D is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 25 | 125 | - |
| CMYK | 1 | 0.8 | 0 | 0.51 |
| HSL | 228º | 1% | 0.25% | - |
| HSV(B) | 228º | 1% | 0.49% | - |
| XYZ | 4.05 | 2.18 | 19.61 | - |
| YUV | 28.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 125 | 1 | 0.8 | 0 | 0.51 | 228 | 1 | 0.25 |
| Hex | 0 | 19 | 7D | 64 | 50 | 0 | 33 | E4 | 64 | 19 |
| Octal | 0 | 31 | 175 | 144 | 120 | 0 | 63 | 344 | 144 | 31 |
| Binary | 0 | 11001 | 1111101 | 1100100 | 1010000 | 0 | 110011 | 11100100 | 1100100 | 11001 |
Color Harmonies of #00197D
Complementary color
Monochromatic Colors of #00197D
Black with #00197D
Text Example
Text Example
White with #00197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00197D; }
p { color: rgb(0,25,125); }
H1.HeaderClassName
{
color: #00197D;
}
.AnyTagClassName
{
color: #00197D;
}
</style>
background-color css
<style>
a { background-color: #00197D; }
a { background-color: rgb(0,25,125); }
div.DivClassName
{
background-color: #00197D;
}
.BgClassName
{
background-color: #00197D;
}
</style>
border-color css
<style>
span { border-color: #00197D; }
span { border-color: rgb(0,25,125); }
td.TdClassName
{
border-color: #00197D;
}
.TagClassName
{
border-color: #00197D;
}
</style>