Shades of Sapphire #052767
Tints of Sapphire #052767
RGB
CMYK
RGB Variations
Color information
#052767 (or 0x052767) is known color: Sapphire. HEX triplet: 05, 27 and 67. RGB value is (5,39,103). Sum of RGB (Red+Green+Blue) = 5+39+103=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #052767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052767 is #FAD898. Grayscale: #232323. Windows color (decimal): -16439449 or 6760197. OLE color: 6760197.
HSL color Cylindrical-coordinate representation of color #052767: hue angle of 219.18º 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 #052767 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 39 | 103 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.60 |
| HSL | 219.18º | 0.91% | 0.21% | - |
| HSV(B) | 219.18º | 0.95% | 0.4% | - |
| XYZ | 3.24 | 2.46 | 13.14 | - |
| YUV | 36.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 103 | 0.95 | 0.62 | 0 | 0.60 | 219.18 | 0.91 | 0.21 |
| Hex | 5 | 27 | 67 | 5F | 3E | 0 | 3C | DB | 5B | 15 |
| Octal | 5 | 47 | 147 | 137 | 76 | 0 | 74 | 333 | 133 | 25 |
| Binary | 101 | 100111 | 1100111 | 1011111 | 111110 | 0 | 111100 | 11011011 | 1011011 | 10101 |
Color Harmonies of #052767
Complementary color
Monochromatic Colors of #052767
Black with #052767
Text Example
Text Example
White with #052767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052767; }
p { color: rgb(5,39,103); }
H1.HeaderClassName
{
color: #052767;
}
.AnyTagClassName
{
color: #052767;
}
</style>
background-color css
<style>
a { background-color: #052767; }
a { background-color: rgb(5,39,103); }
div.DivClassName
{
background-color: #052767;
}
.BgClassName
{
background-color: #052767;
}
</style>
border-color css
<style>
span { border-color: #052767; }
span { border-color: rgb(5,39,103); }
td.TdClassName
{
border-color: #052767;
}
.TagClassName
{
border-color: #052767;
}
</style>