Shades of Sapphire #031A6D
Tints of Sapphire #031A6D
RGB
CMYK
RGB Variations
Color information
#031A6D (or 0x031A6D) is known color: Sapphire. HEX triplet: 03, 1A and 6D. RGB value is (3,26,109). Sum of RGB (Red+Green+Blue) = 3+26+109=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #031A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A6D is #FCE592. Grayscale: #1C1C1C. Windows color (decimal): -16573843 or 7150083. OLE color: 7150083.
HSL color Cylindrical-coordinate representation of color #031A6D: hue angle of 226.98º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A6D is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 26 | 109 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.57 |
| HSL | 226.98º | 0.95% | 0.22% | - |
| HSV(B) | 226.98º | 0.97% | 0.43% | - |
| XYZ | 3.17 | 1.86 | 14.66 | - |
| YUV | 28.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 109 | 0.97 | 0.76 | 0 | 0.57 | 226.98 | 0.95 | 0.22 |
| Hex | 3 | 1A | 6D | 61 | 4C | 0 | 39 | E3 | 5F | 16 |
| Octal | 3 | 32 | 155 | 141 | 114 | 0 | 71 | 343 | 137 | 26 |
| Binary | 11 | 11010 | 1101101 | 1100001 | 1001100 | 0 | 111001 | 11100011 | 1011111 | 10110 |
Color Harmonies of #031A6D
Complementary color
Monochromatic Colors of #031A6D
Black with #031A6D
Text Example
Text Example
White with #031A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A6D; }
p { color: rgb(3,26,109); }
H1.HeaderClassName
{
color: #031A6D;
}
.AnyTagClassName
{
color: #031A6D;
}
</style>
background-color css
<style>
a { background-color: #031A6D; }
a { background-color: rgb(3,26,109); }
div.DivClassName
{
background-color: #031A6D;
}
.BgClassName
{
background-color: #031A6D;
}
</style>
border-color css
<style>
span { border-color: #031A6D; }
span { border-color: rgb(3,26,109); }
td.TdClassName
{
border-color: #031A6D;
}
.TagClassName
{
border-color: #031A6D;
}
</style>