Shades of Sapphire #031F7D
Tints of Sapphire #031F7D
RGB
CMYK
RGB Variations
Color information
#031F7D (or 0x031F7D) is known color: Sapphire. HEX triplet: 03, 1F and 7D. RGB value is (3,31,125). Sum of RGB (Red+Green+Blue) = 3+31+125=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #031F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F7D is #FCE082. Grayscale: #202020. Windows color (decimal): -16572547 or 8199939. OLE color: 8199939.
HSL color Cylindrical-coordinate representation of color #031F7D: hue angle of 226.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031F7D is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 31 | 125 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.51 |
| HSL | 226.23º | 0.95% | 0.25% | - |
| HSV(B) | 226.23º | 0.98% | 0.49% | - |
| XYZ | 4.23 | 2.48 | 19.66 | - |
| YUV | 33.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 125 | 0.98 | 0.75 | 0 | 0.51 | 226.23 | 0.95 | 0.25 |
| Hex | 3 | 1F | 7D | 62 | 4B | 0 | 33 | E2 | 5F | 19 |
| Octal | 3 | 37 | 175 | 142 | 113 | 0 | 63 | 342 | 137 | 31 |
| Binary | 11 | 11111 | 1111101 | 1100010 | 1001011 | 0 | 110011 | 11100010 | 1011111 | 11001 |
Color Harmonies of #031F7D
Complementary color
Monochromatic Colors of #031F7D
Black with #031F7D
Text Example
Text Example
White with #031F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F7D; }
p { color: rgb(3,31,125); }
H1.HeaderClassName
{
color: #031F7D;
}
.AnyTagClassName
{
color: #031F7D;
}
</style>
background-color css
<style>
a { background-color: #031F7D; }
a { background-color: rgb(3,31,125); }
div.DivClassName
{
background-color: #031F7D;
}
.BgClassName
{
background-color: #031F7D;
}
</style>
border-color css
<style>
span { border-color: #031F7D; }
span { border-color: rgb(3,31,125); }
td.TdClassName
{
border-color: #031F7D;
}
.TagClassName
{
border-color: #031F7D;
}
</style>