Shades of Sapphire #031253
Tints of Sapphire #031253
RGB
CMYK
RGB Variations
Color information
#031253 (or 0x031253) is known color: Sapphire. HEX triplet: 03, 12 and 53. RGB value is (3,18,83). Sum of RGB (Red+Green+Blue) = 3+18+83=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #031253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031253 is #FCEDAC. Grayscale: #141414. Windows color (decimal): -16575917 or 5444099. OLE color: 5444099.
HSL color Cylindrical-coordinate representation of color #031253: hue angle of 228.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031253 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 18 | 83 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.67 |
| HSL | 228.75º | 0.93% | 0.17% | - |
| HSV(B) | 228.75º | 0.96% | 0.33% | - |
| XYZ | 1.82 | 1.08 | 8.3 | - |
| YUV | 20.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 83 | 0.96 | 0.78 | 0 | 0.67 | 228.75 | 0.93 | 0.17 |
| Hex | 3 | 12 | 53 | 60 | 4E | 0 | 43 | E5 | 5D | 11 |
| Octal | 3 | 22 | 123 | 140 | 116 | 0 | 103 | 345 | 135 | 21 |
| Binary | 11 | 10010 | 1010011 | 1100000 | 1001110 | 0 | 1000011 | 11100101 | 1011101 | 10001 |
Color Harmonies of #031253
Complementary color
Monochromatic Colors of #031253
Black with #031253
Text Example
Text Example
White with #031253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031253; }
p { color: rgb(3,18,83); }
H1.HeaderClassName
{
color: #031253;
}
.AnyTagClassName
{
color: #031253;
}
</style>
background-color css
<style>
a { background-color: #031253; }
a { background-color: rgb(3,18,83); }
div.DivClassName
{
background-color: #031253;
}
.BgClassName
{
background-color: #031253;
}
</style>
border-color css
<style>
span { border-color: #031253; }
span { border-color: rgb(3,18,83); }
td.TdClassName
{
border-color: #031253;
}
.TagClassName
{
border-color: #031253;
}
</style>