Shades of Sapphire #05276A
Tints of Sapphire #05276A
RGB
CMYK
RGB Variations
Color information
#05276A (or 0x05276A) is known color: Sapphire. HEX triplet: 05, 27 and 6A. RGB value is (5,39,106). Sum of RGB (Red+Green+Blue) = 5+39+106=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #05276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05276A is #FAD895. Grayscale: #242424. Windows color (decimal): -16439446 or 6956805. OLE color: 6956805.
HSL color Cylindrical-coordinate representation of color #05276A: hue angle of 219.8º 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 #05276A is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 39 | 106 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.58 |
| HSL | 219.8º | 0.91% | 0.22% | - |
| HSV(B) | 219.8º | 0.95% | 0.42% | - |
| XYZ | 3.39 | 2.52 | 13.94 | - |
| YUV | 36.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 106 | 0.95 | 0.63 | 0 | 0.58 | 219.8 | 0.91 | 0.22 |
| Hex | 5 | 27 | 6A | 5F | 3F | 0 | 3A | DC | 5B | 16 |
| Octal | 5 | 47 | 152 | 137 | 77 | 0 | 72 | 334 | 133 | 26 |
| Binary | 101 | 100111 | 1101010 | 1011111 | 111111 | 0 | 111010 | 11011100 | 1011011 | 10110 |
Color Harmonies of #05276A
Complementary color
Monochromatic Colors of #05276A
Black with #05276A
Text Example
Text Example
White with #05276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05276A; }
p { color: rgb(5,39,106); }
H1.HeaderClassName
{
color: #05276A;
}
.AnyTagClassName
{
color: #05276A;
}
</style>
background-color css
<style>
a { background-color: #05276A; }
a { background-color: rgb(5,39,106); }
div.DivClassName
{
background-color: #05276A;
}
.BgClassName
{
background-color: #05276A;
}
</style>
border-color css
<style>
span { border-color: #05276A; }
span { border-color: rgb(5,39,106); }
td.TdClassName
{
border-color: #05276A;
}
.TagClassName
{
border-color: #05276A;
}
</style>