Shades of Sapphire #05246A
Tints of Sapphire #05246A
RGB
CMYK
RGB Variations
Color information
#05246A (or 0x05246A) is known color: Sapphire. HEX triplet: 05, 24 and 6A. RGB value is (5,36,106). Sum of RGB (Red+Green+Blue) = 5+36+106=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #05246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05246A is #FADB95. Grayscale: #222222. Windows color (decimal): -16440214 or 6956037. OLE color: 6956037.
HSL color Cylindrical-coordinate representation of color #05246A: hue angle of 221.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05246A is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 36 | 106 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.58 |
| HSL | 221.58º | 0.91% | 0.22% | - |
| HSV(B) | 221.58º | 0.95% | 0.42% | - |
| XYZ | 3.29 | 2.33 | 13.91 | - |
| YUV | 34.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 106 | 0.95 | 0.66 | 0 | 0.58 | 221.58 | 0.91 | 0.22 |
| Hex | 5 | 24 | 6A | 5F | 42 | 0 | 3A | DE | 5B | 16 |
| Octal | 5 | 44 | 152 | 137 | 102 | 0 | 72 | 336 | 133 | 26 |
| Binary | 101 | 100100 | 1101010 | 1011111 | 1000010 | 0 | 111010 | 11011110 | 1011011 | 10110 |
Color Harmonies of #05246A
Complementary color
Monochromatic Colors of #05246A
Black with #05246A
Text Example
Text Example
White with #05246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05246A; }
p { color: rgb(5,36,106); }
H1.HeaderClassName
{
color: #05246A;
}
.AnyTagClassName
{
color: #05246A;
}
</style>
background-color css
<style>
a { background-color: #05246A; }
a { background-color: rgb(5,36,106); }
div.DivClassName
{
background-color: #05246A;
}
.BgClassName
{
background-color: #05246A;
}
</style>
border-color css
<style>
span { border-color: #05246A; }
span { border-color: rgb(5,36,106); }
td.TdClassName
{
border-color: #05246A;
}
.TagClassName
{
border-color: #05246A;
}
</style>