Shades of Sapphire #051B6B
Tints of Sapphire #051B6B
RGB
CMYK
RGB Variations
Color information
#051B6B (or 0x051B6B) is known color: Sapphire. HEX triplet: 05, 1B and 6B. RGB value is (5,27,107). Sum of RGB (Red+Green+Blue) = 5+27+107=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #051B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B6B is #FAE494. Grayscale: #1D1D1D. Windows color (decimal): -16442517 or 7019269. OLE color: 7019269.
HSL color Cylindrical-coordinate representation of color #051B6B: hue angle of 227.06º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B6B is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 27 | 107 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.58 |
| HSL | 227.06º | 0.91% | 0.22% | - |
| HSV(B) | 227.06º | 0.95% | 0.42% | - |
| XYZ | 3.11 | 1.88 | 14.11 | - |
| YUV | 29.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 107 | 0.95 | 0.75 | 0 | 0.58 | 227.06 | 0.91 | 0.22 |
| Hex | 5 | 1B | 6B | 5F | 4B | 0 | 3A | E3 | 5B | 16 |
| Octal | 5 | 33 | 153 | 137 | 113 | 0 | 72 | 343 | 133 | 26 |
| Binary | 101 | 11011 | 1101011 | 1011111 | 1001011 | 0 | 111010 | 11100011 | 1011011 | 10110 |
Color Harmonies of #051B6B
Complementary color
Monochromatic Colors of #051B6B
Black with #051B6B
Text Example
Text Example
White with #051B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B6B; }
p { color: rgb(5,27,107); }
H1.HeaderClassName
{
color: #051B6B;
}
.AnyTagClassName
{
color: #051B6B;
}
</style>
background-color css
<style>
a { background-color: #051B6B; }
a { background-color: rgb(5,27,107); }
div.DivClassName
{
background-color: #051B6B;
}
.BgClassName
{
background-color: #051B6B;
}
</style>
border-color css
<style>
span { border-color: #051B6B; }
span { border-color: rgb(5,27,107); }
td.TdClassName
{
border-color: #051B6B;
}
.TagClassName
{
border-color: #051B6B;
}
</style>