Shades of Sapphire #05257A
Tints of Sapphire #05257A
RGB
CMYK
RGB Variations
Color information
#05257A (or 0x05257A) is known color: Sapphire. HEX triplet: 05, 25 and 7A. RGB value is (5,37,122). Sum of RGB (Red+Green+Blue) = 5+37+122=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #05257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05257A is #FADA85. Grayscale: #242424. Windows color (decimal): -16439942 or 8004869. OLE color: 8004869.
HSL color Cylindrical-coordinate representation of color #05257A: hue angle of 223.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05257A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 37 | 122 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.52 |
| HSL | 223.59º | 0.92% | 0.25% | - |
| HSV(B) | 223.59º | 0.96% | 0.48% | - |
| XYZ | 4.24 | 2.76 | 18.72 | - |
| YUV | 37.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 122 | 0.96 | 0.70 | 0 | 0.52 | 223.59 | 0.92 | 0.25 |
| Hex | 5 | 25 | 7A | 60 | 46 | 0 | 34 | E0 | 5C | 19 |
| Octal | 5 | 45 | 172 | 140 | 106 | 0 | 64 | 340 | 134 | 31 |
| Binary | 101 | 100101 | 1111010 | 1100000 | 1000110 | 0 | 110100 | 11100000 | 1011100 | 11001 |
Color Harmonies of #05257A
Complementary color
Monochromatic Colors of #05257A
Black with #05257A
Text Example
Text Example
White with #05257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05257A; }
p { color: rgb(5,37,122); }
H1.HeaderClassName
{
color: #05257A;
}
.AnyTagClassName
{
color: #05257A;
}
</style>
background-color css
<style>
a { background-color: #05257A; }
a { background-color: rgb(5,37,122); }
div.DivClassName
{
background-color: #05257A;
}
.BgClassName
{
background-color: #05257A;
}
</style>
border-color css
<style>
span { border-color: #05257A; }
span { border-color: rgb(5,37,122); }
td.TdClassName
{
border-color: #05257A;
}
.TagClassName
{
border-color: #05257A;
}
</style>