Shades of Sapphire #05276C
Tints of Sapphire #05276C
RGB
CMYK
RGB Variations
Color information
#05276C (or 0x05276C) is known color: Sapphire. HEX triplet: 05, 27 and 6C. RGB value is (5,39,108). Sum of RGB (Red+Green+Blue) = 5+39+108=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #05276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05276C is #FAD893. Grayscale: #242424. Windows color (decimal): -16439444 or 7087877. OLE color: 7087877.
HSL color Cylindrical-coordinate representation of color #05276C: hue angle of 220.19º 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 #05276C is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 39 | 108 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.58 |
| HSL | 220.19º | 0.91% | 0.22% | - |
| HSV(B) | 220.19º | 0.95% | 0.42% | - |
| XYZ | 3.49 | 2.57 | 14.5 | - |
| YUV | 36.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 108 | 0.95 | 0.64 | 0 | 0.58 | 220.19 | 0.91 | 0.22 |
| Hex | 5 | 27 | 6C | 5F | 40 | 0 | 3A | DC | 5B | 16 |
| Octal | 5 | 47 | 154 | 137 | 100 | 0 | 72 | 334 | 133 | 26 |
| Binary | 101 | 100111 | 1101100 | 1011111 | 1000000 | 0 | 111010 | 11011100 | 1011011 | 10110 |
Color Harmonies of #05276C
Complementary color
Monochromatic Colors of #05276C
Black with #05276C
Text Example
Text Example
White with #05276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05276C; }
p { color: rgb(5,39,108); }
H1.HeaderClassName
{
color: #05276C;
}
.AnyTagClassName
{
color: #05276C;
}
</style>
background-color css
<style>
a { background-color: #05276C; }
a { background-color: rgb(5,39,108); }
div.DivClassName
{
background-color: #05276C;
}
.BgClassName
{
background-color: #05276C;
}
</style>
border-color css
<style>
span { border-color: #05276C; }
span { border-color: rgb(5,39,108); }
td.TdClassName
{
border-color: #05276C;
}
.TagClassName
{
border-color: #05276C;
}
</style>