Shades of Sapphire #06295A
Tints of Sapphire #06295A
RGB
CMYK
RGB Variations
Color information
#06295A (or 0x06295A) is known color: Sapphire. HEX triplet: 06, 29 and 5A. RGB value is (6,41,90). Sum of RGB (Red+Green+Blue) = 6+41+90=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #06295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06295A is #F9D6A5. Grayscale: #232323. Windows color (decimal): -16373414 or 5908742. OLE color: 5908742.
HSL color Cylindrical-coordinate representation of color #06295A: hue angle of 215º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06295A is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 41 | 90 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.65 |
| HSL | 215º | 0.88% | 0.19% | - |
| HSV(B) | 215º | 0.93% | 0.35% | - |
| XYZ | 2.71 | 2.36 | 9.99 | - |
| YUV | 36.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 90 | 0.93 | 0.54 | 0 | 0.65 | 215 | 0.88 | 0.19 |
| Hex | 6 | 29 | 5A | 5D | 36 | 0 | 41 | D7 | 58 | 13 |
| Octal | 6 | 51 | 132 | 135 | 66 | 0 | 101 | 327 | 130 | 23 |
| Binary | 110 | 101001 | 1011010 | 1011101 | 110110 | 0 | 1000001 | 11010111 | 1011000 | 10011 |
Color Harmonies of #06295A
Complementary color
Monochromatic Colors of #06295A
Black with #06295A
Text Example
Text Example
White with #06295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06295A; }
p { color: rgb(6,41,90); }
H1.HeaderClassName
{
color: #06295A;
}
.AnyTagClassName
{
color: #06295A;
}
</style>
background-color css
<style>
a { background-color: #06295A; }
a { background-color: rgb(6,41,90); }
div.DivClassName
{
background-color: #06295A;
}
.BgClassName
{
background-color: #06295A;
}
</style>
border-color css
<style>
span { border-color: #06295A; }
span { border-color: rgb(6,41,90); }
td.TdClassName
{
border-color: #06295A;
}
.TagClassName
{
border-color: #06295A;
}
</style>