Shades of Sapphire #031F7B
Tints of Sapphire #031F7B
RGB
CMYK
RGB Variations
Color information
#031F7B (or 0x031F7B) is known color: Sapphire. HEX triplet: 03, 1F and 7B. RGB value is (3,31,123). Sum of RGB (Red+Green+Blue) = 3+31+123=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #031F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F7B is #FCE084. Grayscale: #202020. Windows color (decimal): -16572549 or 8068867. OLE color: 8068867.
HSL color Cylindrical-coordinate representation of color #031F7B: hue angle of 226º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031F7B is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 31 | 123 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.52 |
| HSL | 226º | 0.95% | 0.25% | - |
| HSV(B) | 226º | 0.98% | 0.48% | - |
| XYZ | 4.1 | 2.43 | 18.99 | - |
| YUV | 33.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 123 | 0.98 | 0.75 | 0 | 0.52 | 226 | 0.95 | 0.25 |
| Hex | 3 | 1F | 7B | 62 | 4B | 0 | 34 | E2 | 5F | 19 |
| Octal | 3 | 37 | 173 | 142 | 113 | 0 | 64 | 342 | 137 | 31 |
| Binary | 11 | 11111 | 1111011 | 1100010 | 1001011 | 0 | 110100 | 11100010 | 1011111 | 11001 |
Color Harmonies of #031F7B
Complementary color
Monochromatic Colors of #031F7B
Black with #031F7B
Text Example
Text Example
White with #031F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F7B; }
p { color: rgb(3,31,123); }
H1.HeaderClassName
{
color: #031F7B;
}
.AnyTagClassName
{
color: #031F7B;
}
</style>
background-color css
<style>
a { background-color: #031F7B; }
a { background-color: rgb(3,31,123); }
div.DivClassName
{
background-color: #031F7B;
}
.BgClassName
{
background-color: #031F7B;
}
</style>
border-color css
<style>
span { border-color: #031F7B; }
span { border-color: rgb(3,31,123); }
td.TdClassName
{
border-color: #031F7B;
}
.TagClassName
{
border-color: #031F7B;
}
</style>