Shades of Sapphire #052461
Tints of Sapphire #052461
RGB
CMYK
RGB Variations
Color information
#052461 (or 0x052461) is known color: Sapphire. HEX triplet: 05, 24 and 61. RGB value is (5,36,97). Sum of RGB (Red+Green+Blue) = 5+36+97=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #052461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052461 is #FADB9E. Grayscale: #212121. Windows color (decimal): -16440223 or 6366213. OLE color: 6366213.
HSL color Cylindrical-coordinate representation of color #052461: hue angle of 219.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052461 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 36 | 97 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.62 |
| HSL | 219.78º | 0.9% | 0.2% | - |
| HSV(B) | 219.78º | 0.95% | 0.38% | - |
| XYZ | 2.85 | 2.16 | 11.58 | - |
| YUV | 33.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 97 | 0.95 | 0.63 | 0 | 0.62 | 219.78 | 0.9 | 0.2 |
| Hex | 5 | 24 | 61 | 5F | 3F | 0 | 3E | DC | 5A | 14 |
| Octal | 5 | 44 | 141 | 137 | 77 | 0 | 76 | 334 | 132 | 24 |
| Binary | 101 | 100100 | 1100001 | 1011111 | 111111 | 0 | 111110 | 11011100 | 1011010 | 10100 |
Color Harmonies of #052461
Complementary color
Monochromatic Colors of #052461
Black with #052461
Text Example
Text Example
White with #052461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052461; }
p { color: rgb(5,36,97); }
H1.HeaderClassName
{
color: #052461;
}
.AnyTagClassName
{
color: #052461;
}
</style>
background-color css
<style>
a { background-color: #052461; }
a { background-color: rgb(5,36,97); }
div.DivClassName
{
background-color: #052461;
}
.BgClassName
{
background-color: #052461;
}
</style>
border-color css
<style>
span { border-color: #052461; }
span { border-color: rgb(5,36,97); }
td.TdClassName
{
border-color: #052461;
}
.TagClassName
{
border-color: #052461;
}
</style>