Shades of Sapphire #05235A
Tints of Sapphire #05235A
RGB
CMYK
RGB Variations
Color information
#05235A (or 0x05235A) is known color: Sapphire. HEX triplet: 05, 23 and 5A. RGB value is (5,35,90). Sum of RGB (Red+Green+Blue) = 5+35+90=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #05235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05235A is #FADCA5. Grayscale: #202020. Windows color (decimal): -16440486 or 5907205. OLE color: 5907205.
HSL color Cylindrical-coordinate representation of color #05235A: hue angle of 218.82º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05235A is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 35 | 90 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.65 |
| HSL | 218.82º | 0.89% | 0.19% | - |
| HSV(B) | 218.82º | 0.94% | 0.35% | - |
| XYZ | 2.51 | 1.97 | 9.92 | - |
| YUV | 32.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 90 | 0.94 | 0.61 | 0 | 0.65 | 218.82 | 0.89 | 0.19 |
| Hex | 5 | 23 | 5A | 5E | 3D | 0 | 41 | DB | 59 | 13 |
| Octal | 5 | 43 | 132 | 136 | 75 | 0 | 101 | 333 | 131 | 23 |
| Binary | 101 | 100011 | 1011010 | 1011110 | 111101 | 0 | 1000001 | 11011011 | 1011001 | 10011 |
Color Harmonies of #05235A
Complementary color
Monochromatic Colors of #05235A
Black with #05235A
Text Example
Text Example
White with #05235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05235A; }
p { color: rgb(5,35,90); }
H1.HeaderClassName
{
color: #05235A;
}
.AnyTagClassName
{
color: #05235A;
}
</style>
background-color css
<style>
a { background-color: #05235A; }
a { background-color: rgb(5,35,90); }
div.DivClassName
{
background-color: #05235A;
}
.BgClassName
{
background-color: #05235A;
}
</style>
border-color css
<style>
span { border-color: #05235A; }
span { border-color: rgb(5,35,90); }
td.TdClassName
{
border-color: #05235A;
}
.TagClassName
{
border-color: #05235A;
}
</style>