Shades of Sapphire #06285B
Tints of Sapphire #06285B
RGB
CMYK
RGB Variations
Color information
#06285B (or 0x06285B) is known color: Sapphire. HEX triplet: 06, 28 and 5B. RGB value is (6,40,91). Sum of RGB (Red+Green+Blue) = 6+40+91=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #06285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285B is #F9D7A4. Grayscale: #232323. Windows color (decimal): -16373669 or 5974022. OLE color: 5974022.
HSL color Cylindrical-coordinate representation of color #06285B: hue angle of 216º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06285B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 40 | 91 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.64 |
| HSL | 216º | 0.88% | 0.19% | - |
| HSV(B) | 216º | 0.93% | 0.36% | - |
| XYZ | 2.72 | 2.31 | 10.2 | - |
| YUV | 35.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 91 | 0.93 | 0.56 | 0 | 0.64 | 216 | 0.88 | 0.19 |
| Hex | 6 | 28 | 5B | 5D | 38 | 0 | 40 | D8 | 58 | 13 |
| Octal | 6 | 50 | 133 | 135 | 70 | 0 | 100 | 330 | 130 | 23 |
| Binary | 110 | 101000 | 1011011 | 1011101 | 111000 | 0 | 1000000 | 11011000 | 1011000 | 10011 |
Color Harmonies of #06285B
Complementary color
Monochromatic Colors of #06285B
Black with #06285B
Text Example
Text Example
White with #06285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06285B; }
p { color: rgb(6,40,91); }
H1.HeaderClassName
{
color: #06285B;
}
.AnyTagClassName
{
color: #06285B;
}
</style>
background-color css
<style>
a { background-color: #06285B; }
a { background-color: rgb(6,40,91); }
div.DivClassName
{
background-color: #06285B;
}
.BgClassName
{
background-color: #06285B;
}
</style>
border-color css
<style>
span { border-color: #06285B; }
span { border-color: rgb(6,40,91); }
td.TdClassName
{
border-color: #06285B;
}
.TagClassName
{
border-color: #06285B;
}
</style>