Shades of Sapphire #051B75
Tints of Sapphire #051B75
RGB
CMYK
RGB Variations
Color information
#051B75 (or 0x051B75) is known color: Sapphire. HEX triplet: 05, 1B and 75. RGB value is (5,27,117). Sum of RGB (Red+Green+Blue) = 5+27+117=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #051B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B75 is #FAE48A. Grayscale: #1E1E1E. Windows color (decimal): -16442507 or 7674629. OLE color: 7674629.
HSL color Cylindrical-coordinate representation of color #051B75: hue angle of 228.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B75 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 27 | 117 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.54 |
| HSL | 228.21º | 0.92% | 0.24% | - |
| HSV(B) | 228.21º | 0.96% | 0.46% | - |
| XYZ | 3.67 | 2.1 | 17.04 | - |
| YUV | 30.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 117 | 0.96 | 0.77 | 0 | 0.54 | 228.21 | 0.92 | 0.24 |
| Hex | 5 | 1B | 75 | 60 | 4D | 0 | 36 | E4 | 5C | 18 |
| Octal | 5 | 33 | 165 | 140 | 115 | 0 | 66 | 344 | 134 | 30 |
| Binary | 101 | 11011 | 1110101 | 1100000 | 1001101 | 0 | 110110 | 11100100 | 1011100 | 11000 |
Color Harmonies of #051B75
Complementary color
Monochromatic Colors of #051B75
Black with #051B75
Text Example
Text Example
White with #051B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B75; }
p { color: rgb(5,27,117); }
H1.HeaderClassName
{
color: #051B75;
}
.AnyTagClassName
{
color: #051B75;
}
</style>
background-color css
<style>
a { background-color: #051B75; }
a { background-color: rgb(5,27,117); }
div.DivClassName
{
background-color: #051B75;
}
.BgClassName
{
background-color: #051B75;
}
</style>
border-color css
<style>
span { border-color: #051B75; }
span { border-color: rgb(5,27,117); }
td.TdClassName
{
border-color: #051B75;
}
.TagClassName
{
border-color: #051B75;
}
</style>