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