Shades of Sapphire #052C67
Tints of Sapphire #052C67
RGB
CMYK
RGB Variations
Color information
#052C67 (or 0x052C67) is known color: Sapphire. HEX triplet: 05, 2C and 67. RGB value is (5,44,103). Sum of RGB (Red+Green+Blue) = 5+44+103=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #052C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C67 is #FAD398. Grayscale: #262626. Windows color (decimal): -16438169 or 6761477. OLE color: 6761477.
HSL color Cylindrical-coordinate representation of color #052C67: hue angle of 216.12º 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 #052C67 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 44 | 103 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.60 |
| HSL | 216.12º | 0.91% | 0.21% | - |
| HSV(B) | 216.12º | 0.95% | 0.4% | - |
| XYZ | 3.41 | 2.81 | 13.2 | - |
| YUV | 39.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 103 | 0.95 | 0.57 | 0 | 0.60 | 216.12 | 0.91 | 0.21 |
| Hex | 5 | 2C | 67 | 5F | 39 | 0 | 3C | D8 | 5B | 15 |
| Octal | 5 | 54 | 147 | 137 | 71 | 0 | 74 | 330 | 133 | 25 |
| Binary | 101 | 101100 | 1100111 | 1011111 | 111001 | 0 | 111100 | 11011000 | 1011011 | 10101 |
Color Harmonies of #052C67
Complementary color
Monochromatic Colors of #052C67
Black with #052C67
Text Example
Text Example
White with #052C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C67; }
p { color: rgb(5,44,103); }
H1.HeaderClassName
{
color: #052C67;
}
.AnyTagClassName
{
color: #052C67;
}
</style>
background-color css
<style>
a { background-color: #052C67; }
a { background-color: rgb(5,44,103); }
div.DivClassName
{
background-color: #052C67;
}
.BgClassName
{
background-color: #052C67;
}
</style>
border-color css
<style>
span { border-color: #052C67; }
span { border-color: rgb(5,44,103); }
td.TdClassName
{
border-color: #052C67;
}
.TagClassName
{
border-color: #052C67;
}
</style>