Shades of Sapphire #031775
Tints of Sapphire #031775
RGB
CMYK
RGB Variations
Color information
#031775 (or 0x031775) is known color: Sapphire. HEX triplet: 03, 17 and 75. RGB value is (3,23,117). Sum of RGB (Red+Green+Blue) = 3+23+117=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #031775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031775 is #FCE88A. Grayscale: #1B1B1B. Windows color (decimal): -16574603 or 7673603. OLE color: 7673603.
HSL color Cylindrical-coordinate representation of color #031775: hue angle of 229.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031775 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 23 | 117 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.54 |
| HSL | 229.47º | 0.95% | 0.24% | - |
| HSV(B) | 229.47º | 0.97% | 0.46% | - |
| XYZ | 3.55 | 1.92 | 17.01 | - |
| YUV | 27.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 117 | 0.97 | 0.80 | 0 | 0.54 | 229.47 | 0.95 | 0.24 |
| Hex | 3 | 17 | 75 | 61 | 50 | 0 | 36 | E5 | 5F | 18 |
| Octal | 3 | 27 | 165 | 141 | 120 | 0 | 66 | 345 | 137 | 30 |
| Binary | 11 | 10111 | 1110101 | 1100001 | 1010000 | 0 | 110110 | 11100101 | 1011111 | 11000 |
Color Harmonies of #031775
Complementary color
Monochromatic Colors of #031775
Black with #031775
Text Example
Text Example
White with #031775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031775; }
p { color: rgb(3,23,117); }
H1.HeaderClassName
{
color: #031775;
}
.AnyTagClassName
{
color: #031775;
}
</style>
background-color css
<style>
a { background-color: #031775; }
a { background-color: rgb(3,23,117); }
div.DivClassName
{
background-color: #031775;
}
.BgClassName
{
background-color: #031775;
}
</style>
border-color css
<style>
span { border-color: #031775; }
span { border-color: rgb(3,23,117); }
td.TdClassName
{
border-color: #031775;
}
.TagClassName
{
border-color: #031775;
}
</style>