Shades of Sapphire #052269
Tints of Sapphire #052269
RGB
CMYK
RGB Variations
Color information
#052269 (or 0x052269) is known color: Sapphire. HEX triplet: 05, 22 and 69. RGB value is (5,34,105). Sum of RGB (Red+Green+Blue) = 5+34+105=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #052269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052269 is #FADD96. Grayscale: #212121. Windows color (decimal): -16440727 or 6889989. OLE color: 6889989.
HSL color Cylindrical-coordinate representation of color #052269: hue angle of 222.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052269 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 34 | 105 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.59 |
| HSL | 222.6º | 0.91% | 0.22% | - |
| HSV(B) | 222.6º | 0.95% | 0.41% | - |
| XYZ | 3.18 | 2.2 | 13.62 | - |
| YUV | 33.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 105 | 0.95 | 0.68 | 0 | 0.59 | 222.6 | 0.91 | 0.22 |
| Hex | 5 | 22 | 69 | 5F | 44 | 0 | 3B | DF | 5B | 16 |
| Octal | 5 | 42 | 151 | 137 | 104 | 0 | 73 | 337 | 133 | 26 |
| Binary | 101 | 100010 | 1101001 | 1011111 | 1000100 | 0 | 111011 | 11011111 | 1011011 | 10110 |
Color Harmonies of #052269
Complementary color
Monochromatic Colors of #052269
Black with #052269
Text Example
Text Example
White with #052269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052269; }
p { color: rgb(5,34,105); }
H1.HeaderClassName
{
color: #052269;
}
.AnyTagClassName
{
color: #052269;
}
</style>
background-color css
<style>
a { background-color: #052269; }
a { background-color: rgb(5,34,105); }
div.DivClassName
{
background-color: #052269;
}
.BgClassName
{
background-color: #052269;
}
</style>
border-color css
<style>
span { border-color: #052269; }
span { border-color: rgb(5,34,105); }
td.TdClassName
{
border-color: #052269;
}
.TagClassName
{
border-color: #052269;
}
</style>