Shades of Sapphire #031D7B
Tints of Sapphire #031D7B
RGB
CMYK
RGB Variations
Color information
#031D7B (or 0x031D7B) is known color: Sapphire. HEX triplet: 03, 1D and 7B. RGB value is (3,29,123). Sum of RGB (Red+Green+Blue) = 3+29+123=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #031D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D7B is #FCE284. Grayscale: #1F1F1F. Windows color (decimal): -16573061 or 8068355. OLE color: 8068355.
HSL color Cylindrical-coordinate representation of color #031D7B: hue angle of 227º 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 #031D7B is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 29 | 123 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.52 |
| HSL | 227º | 0.95% | 0.25% | - |
| HSV(B) | 227º | 0.98% | 0.48% | - |
| XYZ | 4.05 | 2.33 | 18.97 | - |
| YUV | 31.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 123 | 0.98 | 0.76 | 0 | 0.52 | 227 | 0.95 | 0.25 |
| Hex | 3 | 1D | 7B | 62 | 4C | 0 | 34 | E3 | 5F | 19 |
| Octal | 3 | 35 | 173 | 142 | 114 | 0 | 64 | 343 | 137 | 31 |
| Binary | 11 | 11101 | 1111011 | 1100010 | 1001100 | 0 | 110100 | 11100011 | 1011111 | 11001 |
Color Harmonies of #031D7B
Complementary color
Monochromatic Colors of #031D7B
Black with #031D7B
Text Example
Text Example
White with #031D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D7B; }
p { color: rgb(3,29,123); }
H1.HeaderClassName
{
color: #031D7B;
}
.AnyTagClassName
{
color: #031D7B;
}
</style>
background-color css
<style>
a { background-color: #031D7B; }
a { background-color: rgb(3,29,123); }
div.DivClassName
{
background-color: #031D7B;
}
.BgClassName
{
background-color: #031D7B;
}
</style>
border-color css
<style>
span { border-color: #031D7B; }
span { border-color: rgb(3,29,123); }
td.TdClassName
{
border-color: #031D7B;
}
.TagClassName
{
border-color: #031D7B;
}
</style>