Shades of Sapphire #05307C
Tints of Sapphire #05307C
RGB
CMYK
RGB Variations
Color information
#05307C (or 0x05307C) is known color: Sapphire. HEX triplet: 05, 30 and 7C. RGB value is (5,48,124). Sum of RGB (Red+Green+Blue) = 5+48+124=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #05307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05307C is #FACF83. Grayscale: #2B2B2B. Windows color (decimal): -16437124 or 8138757. OLE color: 8138757.
HSL color Cylindrical-coordinate representation of color #05307C: hue angle of 218.32º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05307C is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 48 | 124 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.51 |
| HSL | 218.32º | 0.92% | 0.25% | - |
| HSV(B) | 218.32º | 0.96% | 0.49% | - |
| XYZ | 4.76 | 3.6 | 19.51 | - |
| YUV | 43.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 124 | 0.96 | 0.61 | 0 | 0.51 | 218.32 | 0.92 | 0.25 |
| Hex | 5 | 30 | 7C | 60 | 3D | 0 | 33 | DA | 5C | 19 |
| Octal | 5 | 60 | 174 | 140 | 75 | 0 | 63 | 332 | 134 | 31 |
| Binary | 101 | 110000 | 1111100 | 1100000 | 111101 | 0 | 110011 | 11011010 | 1011100 | 11001 |
Color Harmonies of #05307C
Complementary color
Monochromatic Colors of #05307C
Black with #05307C
Text Example
Text Example
White with #05307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05307C; }
p { color: rgb(5,48,124); }
H1.HeaderClassName
{
color: #05307C;
}
.AnyTagClassName
{
color: #05307C;
}
</style>
background-color css
<style>
a { background-color: #05307C; }
a { background-color: rgb(5,48,124); }
div.DivClassName
{
background-color: #05307C;
}
.BgClassName
{
background-color: #05307C;
}
</style>
border-color css
<style>
span { border-color: #05307C; }
span { border-color: rgb(5,48,124); }
td.TdClassName
{
border-color: #05307C;
}
.TagClassName
{
border-color: #05307C;
}
</style>