Shades of Sapphire #052A6D
Tints of Sapphire #052A6D
RGB
CMYK
RGB Variations
Color information
#052A6D (or 0x052A6D) is known color: Sapphire. HEX triplet: 05, 2A and 6D. RGB value is (5,42,109). Sum of RGB (Red+Green+Blue) = 5+42+109=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #052A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A6D is #FAD592. Grayscale: #262626. Windows color (decimal): -16438675 or 7154181. OLE color: 7154181.
HSL color Cylindrical-coordinate representation of color #052A6D: hue angle of 218.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A6D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 42 | 109 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.57 |
| HSL | 218.65º | 0.91% | 0.22% | - |
| HSV(B) | 218.65º | 0.95% | 0.43% | - |
| XYZ | 3.65 | 2.79 | 14.81 | - |
| YUV | 38.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 109 | 0.95 | 0.61 | 0 | 0.57 | 218.65 | 0.91 | 0.22 |
| Hex | 5 | 2A | 6D | 5F | 3D | 0 | 39 | DB | 5B | 16 |
| Octal | 5 | 52 | 155 | 137 | 75 | 0 | 71 | 333 | 133 | 26 |
| Binary | 101 | 101010 | 1101101 | 1011111 | 111101 | 0 | 111001 | 11011011 | 1011011 | 10110 |
Color Harmonies of #052A6D
Complementary color
Monochromatic Colors of #052A6D
Black with #052A6D
Text Example
Text Example
White with #052A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A6D; }
p { color: rgb(5,42,109); }
H1.HeaderClassName
{
color: #052A6D;
}
.AnyTagClassName
{
color: #052A6D;
}
</style>
background-color css
<style>
a { background-color: #052A6D; }
a { background-color: rgb(5,42,109); }
div.DivClassName
{
background-color: #052A6D;
}
.BgClassName
{
background-color: #052A6D;
}
</style>
border-color css
<style>
span { border-color: #052A6D; }
span { border-color: rgb(5,42,109); }
td.TdClassName
{
border-color: #052A6D;
}
.TagClassName
{
border-color: #052A6D;
}
</style>