Shades of Sapphire #06286B
Tints of Sapphire #06286B
RGB
CMYK
RGB Variations
Color information
#06286B (or 0x06286B) is known color: Sapphire. HEX triplet: 06, 28 and 6B. RGB value is (6,40,107). Sum of RGB (Red+Green+Blue) = 6+40+107=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #06286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06286B is #F9D794. Grayscale: #252525. Windows color (decimal): -16373653 or 7022598. OLE color: 7022598.
HSL color Cylindrical-coordinate representation of color #06286B: hue angle of 219.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06286B is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 40 | 107 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.58 |
| HSL | 219.8º | 0.89% | 0.22% | - |
| HSV(B) | 219.8º | 0.94% | 0.42% | - |
| XYZ | 3.49 | 2.62 | 14.23 | - |
| YUV | 37.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 107 | 0.94 | 0.63 | 0 | 0.58 | 219.8 | 0.89 | 0.22 |
| Hex | 6 | 28 | 6B | 5E | 3F | 0 | 3A | DC | 59 | 16 |
| Octal | 6 | 50 | 153 | 136 | 77 | 0 | 72 | 334 | 131 | 26 |
| Binary | 110 | 101000 | 1101011 | 1011110 | 111111 | 0 | 111010 | 11011100 | 1011001 | 10110 |
Color Harmonies of #06286B
Complementary color
Monochromatic Colors of #06286B
Black with #06286B
Text Example
Text Example
White with #06286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06286B; }
p { color: rgb(6,40,107); }
H1.HeaderClassName
{
color: #06286B;
}
.AnyTagClassName
{
color: #06286B;
}
</style>
background-color css
<style>
a { background-color: #06286B; }
a { background-color: rgb(6,40,107); }
div.DivClassName
{
background-color: #06286B;
}
.BgClassName
{
background-color: #06286B;
}
</style>
border-color css
<style>
span { border-color: #06286B; }
span { border-color: rgb(6,40,107); }
td.TdClassName
{
border-color: #06286B;
}
.TagClassName
{
border-color: #06286B;
}
</style>