Shades of Sapphire #00195E
Tints of Sapphire #00195E
RGB
CMYK
RGB Variations
Color information
#00195E (or 0x00195E) is known color: Sapphire. HEX triplet: 00, 19 and 5E. RGB value is (0,25,94). Sum of RGB (Red+Green+Blue) = 0+25+94=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #00195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00195E is #FFE6A1. Grayscale: #191919. Windows color (decimal): -16770722 or 6166784. OLE color: 6166784.
HSL color Cylindrical-coordinate representation of color #00195E: hue angle of 224.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00195E is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 25 | 94 | - |
| CMYK | 1 | 0.73 | 0 | 0.63 |
| HSL | 224.04º | 1% | 0.18% | - |
| HSV(B) | 224.04º | 1% | 0.37% | - |
| XYZ | 2.37 | 1.5 | 10.76 | - |
| YUV | 25.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 94 | 1 | 0.73 | 0 | 0.63 | 224.04 | 1 | 0.18 |
| Hex | 0 | 19 | 5E | 64 | 49 | 0 | 3F | E0 | 64 | 12 |
| Octal | 0 | 31 | 136 | 144 | 111 | 0 | 77 | 340 | 144 | 22 |
| Binary | 0 | 11001 | 1011110 | 1100100 | 1001001 | 0 | 111111 | 11100000 | 1100100 | 10010 |
Color Harmonies of #00195E
Complementary color
Monochromatic Colors of #00195E
Black with #00195E
Text Example
Text Example
White with #00195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00195E; }
p { color: rgb(0,25,94); }
H1.HeaderClassName
{
color: #00195E;
}
.AnyTagClassName
{
color: #00195E;
}
</style>
background-color css
<style>
a { background-color: #00195E; }
a { background-color: rgb(0,25,94); }
div.DivClassName
{
background-color: #00195E;
}
.BgClassName
{
background-color: #00195E;
}
</style>
border-color css
<style>
span { border-color: #00195E; }
span { border-color: rgb(0,25,94); }
td.TdClassName
{
border-color: #00195E;
}
.TagClassName
{
border-color: #00195E;
}
</style>