Shades of Sapphire #051B74
Tints of Sapphire #051B74
RGB
CMYK
RGB Variations
Color information
#051B74 (or 0x051B74) is known color: Sapphire. HEX triplet: 05, 1B and 74. RGB value is (5,27,116). Sum of RGB (Red+Green+Blue) = 5+27+116=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #051B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B74 is #FAE48B. Grayscale: #1E1E1E. Windows color (decimal): -16442508 or 7609093. OLE color: 7609093.
HSL color Cylindrical-coordinate representation of color #051B74: hue angle of 228.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B74 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 27 | 116 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.55 |
| HSL | 228.11º | 0.92% | 0.24% | - |
| HSV(B) | 228.11º | 0.96% | 0.45% | - |
| XYZ | 3.61 | 2.08 | 16.73 | - |
| YUV | 30.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 116 | 0.96 | 0.77 | 0 | 0.55 | 228.11 | 0.92 | 0.24 |
| Hex | 5 | 1B | 74 | 60 | 4D | 0 | 37 | E4 | 5C | 18 |
| Octal | 5 | 33 | 164 | 140 | 115 | 0 | 67 | 344 | 134 | 30 |
| Binary | 101 | 11011 | 1110100 | 1100000 | 1001101 | 0 | 110111 | 11100100 | 1011100 | 11000 |
Color Harmonies of #051B74
Complementary color
Monochromatic Colors of #051B74
Black with #051B74
Text Example
Text Example
White with #051B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B74; }
p { color: rgb(5,27,116); }
H1.HeaderClassName
{
color: #051B74;
}
.AnyTagClassName
{
color: #051B74;
}
</style>
background-color css
<style>
a { background-color: #051B74; }
a { background-color: rgb(5,27,116); }
div.DivClassName
{
background-color: #051B74;
}
.BgClassName
{
background-color: #051B74;
}
</style>
border-color css
<style>
span { border-color: #051B74; }
span { border-color: rgb(5,27,116); }
td.TdClassName
{
border-color: #051B74;
}
.TagClassName
{
border-color: #051B74;
}
</style>