Shades of Sapphire #051C67
Tints of Sapphire #051C67
RGB
CMYK
RGB Variations
Color information
#051C67 (or 0x051C67) is known color: Sapphire. HEX triplet: 05, 1C and 67. RGB value is (5,28,103). Sum of RGB (Red+Green+Blue) = 5+28+103=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #051C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C67 is #FAE398. Grayscale: #1D1D1D. Windows color (decimal): -16442265 or 6757381. OLE color: 6757381.
HSL color Cylindrical-coordinate representation of color #051C67: hue angle of 225.92º 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 #051C67 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 28 | 103 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.60 |
| HSL | 225.92º | 0.91% | 0.21% | - |
| HSV(B) | 225.92º | 0.95% | 0.4% | - |
| XYZ | 2.93 | 1.84 | 13.03 | - |
| YUV | 29.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 103 | 0.95 | 0.73 | 0 | 0.60 | 225.92 | 0.91 | 0.21 |
| Hex | 5 | 1C | 67 | 5F | 49 | 0 | 3C | E2 | 5B | 15 |
| Octal | 5 | 34 | 147 | 137 | 111 | 0 | 74 | 342 | 133 | 25 |
| Binary | 101 | 11100 | 1100111 | 1011111 | 1001001 | 0 | 111100 | 11100010 | 1011011 | 10101 |
Color Harmonies of #051C67
Complementary color
Monochromatic Colors of #051C67
Black with #051C67
Text Example
Text Example
White with #051C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C67; }
p { color: rgb(5,28,103); }
H1.HeaderClassName
{
color: #051C67;
}
.AnyTagClassName
{
color: #051C67;
}
</style>
background-color css
<style>
a { background-color: #051C67; }
a { background-color: rgb(5,28,103); }
div.DivClassName
{
background-color: #051C67;
}
.BgClassName
{
background-color: #051C67;
}
</style>
border-color css
<style>
span { border-color: #051C67; }
span { border-color: rgb(5,28,103); }
td.TdClassName
{
border-color: #051C67;
}
.TagClassName
{
border-color: #051C67;
}
</style>