Shades of Sapphire #05246C
Tints of Sapphire #05246C
RGB
CMYK
RGB Variations
Color information
#05246C (or 0x05246C) is known color: Sapphire. HEX triplet: 05, 24 and 6C. RGB value is (5,36,108). Sum of RGB (Red+Green+Blue) = 5+36+108=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #05246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05246C is #FADB93. Grayscale: #222222. Windows color (decimal): -16440212 or 7087109. OLE color: 7087109.
HSL color Cylindrical-coordinate representation of color #05246C: hue angle of 221.94º 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 #05246C is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 36 | 108 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.58 |
| HSL | 221.94º | 0.91% | 0.22% | - |
| HSV(B) | 221.94º | 0.95% | 0.42% | - |
| XYZ | 3.4 | 2.38 | 14.47 | - |
| YUV | 34.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 108 | 0.95 | 0.67 | 0 | 0.58 | 221.94 | 0.91 | 0.22 |
| Hex | 5 | 24 | 6C | 5F | 43 | 0 | 3A | DE | 5B | 16 |
| Octal | 5 | 44 | 154 | 137 | 103 | 0 | 72 | 336 | 133 | 26 |
| Binary | 101 | 100100 | 1101100 | 1011111 | 1000011 | 0 | 111010 | 11011110 | 1011011 | 10110 |
Color Harmonies of #05246C
Complementary color
Monochromatic Colors of #05246C
Black with #05246C
Text Example
Text Example
White with #05246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05246C; }
p { color: rgb(5,36,108); }
H1.HeaderClassName
{
color: #05246C;
}
.AnyTagClassName
{
color: #05246C;
}
</style>
background-color css
<style>
a { background-color: #05246C; }
a { background-color: rgb(5,36,108); }
div.DivClassName
{
background-color: #05246C;
}
.BgClassName
{
background-color: #05246C;
}
</style>
border-color css
<style>
span { border-color: #05246C; }
span { border-color: rgb(5,36,108); }
td.TdClassName
{
border-color: #05246C;
}
.TagClassName
{
border-color: #05246C;
}
</style>