Shades of Sapphire #052867
Tints of Sapphire #052867
RGB
CMYK
RGB Variations
Color information
#052867 (or 0x052867) is known color: Sapphire. HEX triplet: 05, 28 and 67. RGB value is (5,40,103). Sum of RGB (Red+Green+Blue) = 5+40+103=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #052867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052867 is #FAD798. Grayscale: #242424. Windows color (decimal): -16439193 or 6760453. OLE color: 6760453.
HSL color Cylindrical-coordinate representation of color #052867: hue angle of 218.57º 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 #052867 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 40 | 103 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.60 |
| HSL | 218.57º | 0.91% | 0.21% | - |
| HSV(B) | 218.57º | 0.95% | 0.4% | - |
| XYZ | 3.27 | 2.53 | 13.15 | - |
| YUV | 36.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 103 | 0.95 | 0.61 | 0 | 0.60 | 218.57 | 0.91 | 0.21 |
| Hex | 5 | 28 | 67 | 5F | 3D | 0 | 3C | DB | 5B | 15 |
| Octal | 5 | 50 | 147 | 137 | 75 | 0 | 74 | 333 | 133 | 25 |
| Binary | 101 | 101000 | 1100111 | 1011111 | 111101 | 0 | 111100 | 11011011 | 1011011 | 10101 |
Color Harmonies of #052867
Complementary color
Monochromatic Colors of #052867
Black with #052867
Text Example
Text Example
White with #052867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052867; }
p { color: rgb(5,40,103); }
H1.HeaderClassName
{
color: #052867;
}
.AnyTagClassName
{
color: #052867;
}
</style>
background-color css
<style>
a { background-color: #052867; }
a { background-color: rgb(5,40,103); }
div.DivClassName
{
background-color: #052867;
}
.BgClassName
{
background-color: #052867;
}
</style>
border-color css
<style>
span { border-color: #052867; }
span { border-color: rgb(5,40,103); }
td.TdClassName
{
border-color: #052867;
}
.TagClassName
{
border-color: #052867;
}
</style>