Shades of Sapphire #03195E
Tints of Sapphire #03195E
RGB
CMYK
RGB Variations
Color information
#03195E (or 0x03195E) is known color: Sapphire. HEX triplet: 03, 19 and 5E. RGB value is (3,25,94). Sum of RGB (Red+Green+Blue) = 3+25+94=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #03195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03195E is #FCE6A1. Grayscale: #191919. Windows color (decimal): -16574114 or 6166787. OLE color: 6166787.
HSL color Cylindrical-coordinate representation of color #03195E: hue angle of 225.49º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03195E is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 25 | 94 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.63 |
| HSL | 225.49º | 0.94% | 0.19% | - |
| HSV(B) | 225.49º | 0.97% | 0.37% | - |
| XYZ | 2.41 | 1.52 | 10.76 | - |
| YUV | 26.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 94 | 0.97 | 0.73 | 0 | 0.63 | 225.49 | 0.94 | 0.19 |
| Hex | 3 | 19 | 5E | 61 | 49 | 0 | 3F | E1 | 5E | 13 |
| Octal | 3 | 31 | 136 | 141 | 111 | 0 | 77 | 341 | 136 | 23 |
| Binary | 11 | 11001 | 1011110 | 1100001 | 1001001 | 0 | 111111 | 11100001 | 1011110 | 10011 |
Color Harmonies of #03195E
Complementary color
Monochromatic Colors of #03195E
Black with #03195E
Text Example
Text Example
White with #03195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03195E; }
p { color: rgb(3,25,94); }
H1.HeaderClassName
{
color: #03195E;
}
.AnyTagClassName
{
color: #03195E;
}
</style>
background-color css
<style>
a { background-color: #03195E; }
a { background-color: rgb(3,25,94); }
div.DivClassName
{
background-color: #03195E;
}
.BgClassName
{
background-color: #03195E;
}
</style>
border-color css
<style>
span { border-color: #03195E; }
span { border-color: rgb(3,25,94); }
td.TdClassName
{
border-color: #03195E;
}
.TagClassName
{
border-color: #03195E;
}
</style>