Shades of Sapphire #03175A
Tints of Sapphire #03175A
RGB
CMYK
RGB Variations
Color information
#03175A (or 0x03175A) is known color: Sapphire. HEX triplet: 03, 17 and 5A. RGB value is (3,23,90). Sum of RGB (Red+Green+Blue) = 3+23+90=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #03175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03175A is #FCE8A5. Grayscale: #181818. Windows color (decimal): -16574630 or 5904131. OLE color: 5904131.
HSL color Cylindrical-coordinate representation of color #03175A: hue angle of 226.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03175A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 23 | 90 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.65 |
| HSL | 226.21º | 0.94% | 0.18% | - |
| HSV(B) | 226.21º | 0.97% | 0.35% | - |
| XYZ | 2.19 | 1.37 | 9.82 | - |
| YUV | 24.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 90 | 0.97 | 0.74 | 0 | 0.65 | 226.21 | 0.94 | 0.18 |
| Hex | 3 | 17 | 5A | 61 | 4A | 0 | 41 | E2 | 5E | 12 |
| Octal | 3 | 27 | 132 | 141 | 112 | 0 | 101 | 342 | 136 | 22 |
| Binary | 11 | 10111 | 1011010 | 1100001 | 1001010 | 0 | 1000001 | 11100010 | 1011110 | 10010 |
Color Harmonies of #03175A
Complementary color
Monochromatic Colors of #03175A
Black with #03175A
Text Example
Text Example
White with #03175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03175A; }
p { color: rgb(3,23,90); }
H1.HeaderClassName
{
color: #03175A;
}
.AnyTagClassName
{
color: #03175A;
}
</style>
background-color css
<style>
a { background-color: #03175A; }
a { background-color: rgb(3,23,90); }
div.DivClassName
{
background-color: #03175A;
}
.BgClassName
{
background-color: #03175A;
}
</style>
border-color css
<style>
span { border-color: #03175A; }
span { border-color: rgb(3,23,90); }
td.TdClassName
{
border-color: #03175A;
}
.TagClassName
{
border-color: #03175A;
}
</style>