Shades of Sapphire #031B7D
Tints of Sapphire #031B7D
RGB
CMYK
RGB Variations
Color information
#031B7D (or 0x031B7D) is known color: Sapphire. HEX triplet: 03, 1B and 7D. RGB value is (3,27,125). Sum of RGB (Red+Green+Blue) = 3+27+125=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #031B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B7D is #FCE482. Grayscale: #1E1E1E. Windows color (decimal): -16573571 or 8198915. OLE color: 8198915.
HSL color Cylindrical-coordinate representation of color #031B7D: hue angle of 228.2º 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 #031B7D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 27 | 125 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.51 |
| HSL | 228.2º | 0.95% | 0.25% | - |
| HSV(B) | 228.2º | 0.98% | 0.49% | - |
| XYZ | 4.13 | 2.28 | 19.63 | - |
| YUV | 31 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 125 | 0.98 | 0.78 | 0 | 0.51 | 228.2 | 0.95 | 0.25 |
| Hex | 3 | 1B | 7D | 62 | 4E | 0 | 33 | E4 | 5F | 19 |
| Octal | 3 | 33 | 175 | 142 | 116 | 0 | 63 | 344 | 137 | 31 |
| Binary | 11 | 11011 | 1111101 | 1100010 | 1001110 | 0 | 110011 | 11100100 | 1011111 | 11001 |
Color Harmonies of #031B7D
Complementary color
Monochromatic Colors of #031B7D
Black with #031B7D
Text Example
Text Example
White with #031B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B7D; }
p { color: rgb(3,27,125); }
H1.HeaderClassName
{
color: #031B7D;
}
.AnyTagClassName
{
color: #031B7D;
}
</style>
background-color css
<style>
a { background-color: #031B7D; }
a { background-color: rgb(3,27,125); }
div.DivClassName
{
background-color: #031B7D;
}
.BgClassName
{
background-color: #031B7D;
}
</style>
border-color css
<style>
span { border-color: #031B7D; }
span { border-color: rgb(3,27,125); }
td.TdClassName
{
border-color: #031B7D;
}
.TagClassName
{
border-color: #031B7D;
}
</style>