Shades of Sapphire #031B7A
Tints of Sapphire #031B7A
RGB
CMYK
RGB Variations
Color information
#031B7A (or 0x031B7A) is known color: Sapphire. HEX triplet: 03, 1B and 7A. RGB value is (3,27,122). Sum of RGB (Red+Green+Blue) = 3+27+122=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #031B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B7A is #FCE485. Grayscale: #1E1E1E. Windows color (decimal): -16573574 or 8002307. OLE color: 8002307.
HSL color Cylindrical-coordinate representation of color #031B7A: hue angle of 227.9º 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 #031B7A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 27 | 122 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.52 |
| HSL | 227.9º | 0.95% | 0.25% | - |
| HSV(B) | 227.9º | 0.98% | 0.48% | - |
| XYZ | 3.94 | 2.21 | 18.63 | - |
| YUV | 30.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 122 | 0.98 | 0.78 | 0 | 0.52 | 227.9 | 0.95 | 0.25 |
| Hex | 3 | 1B | 7A | 62 | 4E | 0 | 34 | E4 | 5F | 19 |
| Octal | 3 | 33 | 172 | 142 | 116 | 0 | 64 | 344 | 137 | 31 |
| Binary | 11 | 11011 | 1111010 | 1100010 | 1001110 | 0 | 110100 | 11100100 | 1011111 | 11001 |
Color Harmonies of #031B7A
Complementary color
Monochromatic Colors of #031B7A
Black with #031B7A
Text Example
Text Example
White with #031B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B7A; }
p { color: rgb(3,27,122); }
H1.HeaderClassName
{
color: #031B7A;
}
.AnyTagClassName
{
color: #031B7A;
}
</style>
background-color css
<style>
a { background-color: #031B7A; }
a { background-color: rgb(3,27,122); }
div.DivClassName
{
background-color: #031B7A;
}
.BgClassName
{
background-color: #031B7A;
}
</style>
border-color css
<style>
span { border-color: #031B7A; }
span { border-color: rgb(3,27,122); }
td.TdClassName
{
border-color: #031B7A;
}
.TagClassName
{
border-color: #031B7A;
}
</style>