Shades of Sapphire #031A4B
Tints of Sapphire #031A4B
RGB
CMYK
RGB Variations
Color information
#031A4B (or 0x031A4B) is known color: Sapphire. HEX triplet: 03, 1A and 4B. RGB value is (3,26,75). Sum of RGB (Red+Green+Blue) = 3+26+75=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #031A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A4B is #FCE5B4. Grayscale: #181818. Windows color (decimal): -16573877 or 4921859. OLE color: 4921859.
HSL color Cylindrical-coordinate representation of color #031A4B: hue angle of 220.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A4B is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 26 | 75 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.71 |
| HSL | 220.83º | 0.92% | 0.15% | - |
| HSV(B) | 220.83º | 0.96% | 0.29% | - |
| XYZ | 1.68 | 1.27 | 6.81 | - |
| YUV | 24.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 75 | 0.96 | 0.65 | 0 | 0.71 | 220.83 | 0.92 | 0.15 |
| Hex | 3 | 1A | 4B | 60 | 41 | 0 | 47 | DD | 5C | F |
| Octal | 3 | 32 | 113 | 140 | 101 | 0 | 107 | 335 | 134 | 17 |
| Binary | 11 | 11010 | 1001011 | 1100000 | 1000001 | 0 | 1000111 | 11011101 | 1011100 | 1111 |
Color Harmonies of #031A4B
Complementary color
Monochromatic Colors of #031A4B
Black with #031A4B
Text Example
Text Example
White with #031A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A4B; }
p { color: rgb(3,26,75); }
H1.HeaderClassName
{
color: #031A4B;
}
.AnyTagClassName
{
color: #031A4B;
}
</style>
background-color css
<style>
a { background-color: #031A4B; }
a { background-color: rgb(3,26,75); }
div.DivClassName
{
background-color: #031A4B;
}
.BgClassName
{
background-color: #031A4B;
}
</style>
border-color css
<style>
span { border-color: #031A4B; }
span { border-color: rgb(3,26,75); }
td.TdClassName
{
border-color: #031A4B;
}
.TagClassName
{
border-color: #031A4B;
}
</style>