Shades of Sapphire #081A53
Tints of Sapphire #081A53
RGB
CMYK
RGB Variations
Color information
#081A53 (or 0x081A53) is known color: Sapphire. HEX triplet: 08, 1A and 53. RGB value is (8,26,83). Sum of RGB (Red+Green+Blue) = 8+26+83=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #081A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A53 is #F7E5AC. Grayscale: #1A1A1A. Windows color (decimal): -16246189 or 5446152. OLE color: 5446152.
HSL color Cylindrical-coordinate representation of color #081A53: hue angle of 225.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081A53 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 26 | 83 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.67 |
| HSL | 225.6º | 0.82% | 0.18% | - |
| HSV(B) | 225.6º | 0.9% | 0.33% | - |
| XYZ | 2.03 | 1.41 | 8.35 | - |
| YUV | 27.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 83 | 0.90 | 0.69 | 0 | 0.67 | 225.6 | 0.82 | 0.18 |
| Hex | 8 | 1A | 53 | 5A | 45 | 0 | 43 | E2 | 52 | 12 |
| Octal | 10 | 32 | 123 | 132 | 105 | 0 | 103 | 342 | 122 | 22 |
| Binary | 1000 | 11010 | 1010011 | 1011010 | 1000101 | 0 | 1000011 | 11100010 | 1010010 | 10010 |
Color Harmonies of #081A53
Complementary color
Monochromatic Colors of #081A53
Black with #081A53
Text Example
Text Example
White with #081A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A53; }
p { color: rgb(8,26,83); }
H1.HeaderClassName
{
color: #081A53;
}
.AnyTagClassName
{
color: #081A53;
}
</style>
background-color css
<style>
a { background-color: #081A53; }
a { background-color: rgb(8,26,83); }
div.DivClassName
{
background-color: #081A53;
}
.BgClassName
{
background-color: #081A53;
}
</style>
border-color css
<style>
span { border-color: #081A53; }
span { border-color: rgb(8,26,83); }
td.TdClassName
{
border-color: #081A53;
}
.TagClassName
{
border-color: #081A53;
}
</style>