Shades of Sapphire #06287F
Tints of Sapphire #06287F
RGB
CMYK
RGB Variations
Color information
#06287F (or 0x06287F) is known color: Sapphire. HEX triplet: 06, 28 and 7F. RGB value is (6,40,127). Sum of RGB (Red+Green+Blue) = 6+40+127=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #06287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06287F is #F9D780. Grayscale: #272727. Windows color (decimal): -16373633 or 8333318. OLE color: 8333318.
HSL color Cylindrical-coordinate representation of color #06287F: hue angle of 223.14º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06287F is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 40 | 127 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.50 |
| HSL | 223.14º | 0.91% | 0.26% | - |
| HSV(B) | 223.14º | 0.95% | 0.5% | - |
| XYZ | 4.66 | 3.09 | 20.43 | - |
| YUV | 39.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 127 | 0.95 | 0.69 | 0 | 0.50 | 223.14 | 0.91 | 0.26 |
| Hex | 6 | 28 | 7F | 5F | 45 | 0 | 32 | DF | 5B | 1A |
| Octal | 6 | 50 | 177 | 137 | 105 | 0 | 62 | 337 | 133 | 32 |
| Binary | 110 | 101000 | 1111111 | 1011111 | 1000101 | 0 | 110010 | 11011111 | 1011011 | 11010 |
Color Harmonies of #06287F
Complementary color
Monochromatic Colors of #06287F
Black with #06287F
Text Example
Text Example
White with #06287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06287F; }
p { color: rgb(6,40,127); }
H1.HeaderClassName
{
color: #06287F;
}
.AnyTagClassName
{
color: #06287F;
}
</style>
background-color css
<style>
a { background-color: #06287F; }
a { background-color: rgb(6,40,127); }
div.DivClassName
{
background-color: #06287F;
}
.BgClassName
{
background-color: #06287F;
}
</style>
border-color css
<style>
span { border-color: #06287F; }
span { border-color: rgb(6,40,127); }
td.TdClassName
{
border-color: #06287F;
}
.TagClassName
{
border-color: #06287F;
}
</style>