Shades of Sapphire #031B7C
Tints of Sapphire #031B7C
RGB
CMYK
RGB Variations
Color information
#031B7C (or 0x031B7C) is known color: Sapphire. HEX triplet: 03, 1B and 7C. RGB value is (3,27,124). Sum of RGB (Red+Green+Blue) = 3+27+124=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #031B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B7C is #FCE483. Grayscale: #1E1E1E. Windows color (decimal): -16573572 or 8133379. OLE color: 8133379.
HSL color Cylindrical-coordinate representation of color #031B7C: hue angle of 228.1º 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 #031B7C is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 27 | 124 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.51 |
| HSL | 228.1º | 0.95% | 0.25% | - |
| HSV(B) | 228.1º | 0.98% | 0.49% | - |
| XYZ | 4.07 | 2.26 | 19.29 | - |
| YUV | 30.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 124 | 0.98 | 0.78 | 0 | 0.51 | 228.1 | 0.95 | 0.25 |
| Hex | 3 | 1B | 7C | 62 | 4E | 0 | 33 | E4 | 5F | 19 |
| Octal | 3 | 33 | 174 | 142 | 116 | 0 | 63 | 344 | 137 | 31 |
| Binary | 11 | 11011 | 1111100 | 1100010 | 1001110 | 0 | 110011 | 11100100 | 1011111 | 11001 |
Color Harmonies of #031B7C
Complementary color
Monochromatic Colors of #031B7C
Black with #031B7C
Text Example
Text Example
White with #031B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B7C; }
p { color: rgb(3,27,124); }
H1.HeaderClassName
{
color: #031B7C;
}
.AnyTagClassName
{
color: #031B7C;
}
</style>
background-color css
<style>
a { background-color: #031B7C; }
a { background-color: rgb(3,27,124); }
div.DivClassName
{
background-color: #031B7C;
}
.BgClassName
{
background-color: #031B7C;
}
</style>
border-color css
<style>
span { border-color: #031B7C; }
span { border-color: rgb(3,27,124); }
td.TdClassName
{
border-color: #031B7C;
}
.TagClassName
{
border-color: #031B7C;
}
</style>