Shades of Sapphire #051B65
Tints of Sapphire #051B65
RGB
CMYK
RGB Variations
Color information
#051B65 (or 0x051B65) is known color: Sapphire. HEX triplet: 05, 1B and 65. RGB value is (5,27,101). Sum of RGB (Red+Green+Blue) = 5+27+101=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #051B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B65 is #FAE49A. Grayscale: #1C1C1C. Windows color (decimal): -16442523 or 6626053. OLE color: 6626053.
HSL color Cylindrical-coordinate representation of color #051B65: hue angle of 226.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B65 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 27 | 101 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.60 |
| HSL | 226.25º | 0.91% | 0.21% | - |
| HSV(B) | 226.25º | 0.95% | 0.4% | - |
| XYZ | 2.8 | 1.76 | 12.5 | - |
| YUV | 28.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 101 | 0.95 | 0.73 | 0 | 0.60 | 226.25 | 0.91 | 0.21 |
| Hex | 5 | 1B | 65 | 5F | 49 | 0 | 3C | E2 | 5B | 15 |
| Octal | 5 | 33 | 145 | 137 | 111 | 0 | 74 | 342 | 133 | 25 |
| Binary | 101 | 11011 | 1100101 | 1011111 | 1001001 | 0 | 111100 | 11100010 | 1011011 | 10101 |
Color Harmonies of #051B65
Complementary color
Monochromatic Colors of #051B65
Black with #051B65
Text Example
Text Example
White with #051B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B65; }
p { color: rgb(5,27,101); }
H1.HeaderClassName
{
color: #051B65;
}
.AnyTagClassName
{
color: #051B65;
}
</style>
background-color css
<style>
a { background-color: #051B65; }
a { background-color: rgb(5,27,101); }
div.DivClassName
{
background-color: #051B65;
}
.BgClassName
{
background-color: #051B65;
}
</style>
border-color css
<style>
span { border-color: #051B65; }
span { border-color: rgb(5,27,101); }
td.TdClassName
{
border-color: #051B65;
}
.TagClassName
{
border-color: #051B65;
}
</style>