Shades of Sapphire #051A7D
Tints of Sapphire #051A7D
RGB
CMYK
RGB Variations
Color information
#051A7D (or 0x051A7D) is known color: Sapphire. HEX triplet: 05, 1A and 7D. RGB value is (5,26,125). Sum of RGB (Red+Green+Blue) = 5+26+125=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #051A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A7D is #FAE582. Grayscale: #1E1E1E. Windows color (decimal): -16442755 or 8198661. OLE color: 8198661.
HSL color Cylindrical-coordinate representation of color #051A7D: hue angle of 229.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A7D is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 26 | 125 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.51 |
| HSL | 229.5º | 0.92% | 0.25% | - |
| HSV(B) | 229.5º | 0.96% | 0.49% | - |
| XYZ | 4.13 | 2.25 | 19.62 | - |
| YUV | 31.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 125 | 0.96 | 0.79 | 0 | 0.51 | 229.5 | 0.92 | 0.25 |
| Hex | 5 | 1A | 7D | 60 | 4F | 0 | 33 | E6 | 5C | 19 |
| Octal | 5 | 32 | 175 | 140 | 117 | 0 | 63 | 346 | 134 | 31 |
| Binary | 101 | 11010 | 1111101 | 1100000 | 1001111 | 0 | 110011 | 11100110 | 1011100 | 11001 |
Color Harmonies of #051A7D
Complementary color
Monochromatic Colors of #051A7D
Black with #051A7D
Text Example
Text Example
White with #051A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A7D; }
p { color: rgb(5,26,125); }
H1.HeaderClassName
{
color: #051A7D;
}
.AnyTagClassName
{
color: #051A7D;
}
</style>
background-color css
<style>
a { background-color: #051A7D; }
a { background-color: rgb(5,26,125); }
div.DivClassName
{
background-color: #051A7D;
}
.BgClassName
{
background-color: #051A7D;
}
</style>
border-color css
<style>
span { border-color: #051A7D; }
span { border-color: rgb(5,26,125); }
td.TdClassName
{
border-color: #051A7D;
}
.TagClassName
{
border-color: #051A7D;
}
</style>