Shades of Sapphire #06277F
Tints of Sapphire #06277F
RGB
CMYK
RGB Variations
Color information
#06277F (or 0x06277F) is known color: Sapphire. HEX triplet: 06, 27 and 7F. RGB value is (6,39,127). Sum of RGB (Red+Green+Blue) = 6+39+127=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #06277F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06277F is #F9D880. Grayscale: #262626. Windows color (decimal): -16373889 or 8333062. OLE color: 8333062.
HSL color Cylindrical-coordinate representation of color #06277F: hue angle of 223.64º 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 #06277F is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 39 | 127 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.50 |
| HSL | 223.64º | 0.91% | 0.26% | - |
| HSV(B) | 223.64º | 0.95% | 0.5% | - |
| XYZ | 4.63 | 3.02 | 20.42 | - |
| YUV | 39.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 127 | 0.95 | 0.69 | 0 | 0.50 | 223.64 | 0.91 | 0.26 |
| Hex | 6 | 27 | 7F | 5F | 45 | 0 | 32 | E0 | 5B | 1A |
| Octal | 6 | 47 | 177 | 137 | 105 | 0 | 62 | 340 | 133 | 32 |
| Binary | 110 | 100111 | 1111111 | 1011111 | 1000101 | 0 | 110010 | 11100000 | 1011011 | 11010 |
Color Harmonies of #06277F
Complementary color
Monochromatic Colors of #06277F
Black with #06277F
Text Example
Text Example
White with #06277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06277F; }
p { color: rgb(6,39,127); }
H1.HeaderClassName
{
color: #06277F;
}
.AnyTagClassName
{
color: #06277F;
}
</style>
background-color css
<style>
a { background-color: #06277F; }
a { background-color: rgb(6,39,127); }
div.DivClassName
{
background-color: #06277F;
}
.BgClassName
{
background-color: #06277F;
}
</style>
border-color css
<style>
span { border-color: #06277F; }
span { border-color: rgb(6,39,127); }
td.TdClassName
{
border-color: #06277F;
}
.TagClassName
{
border-color: #06277F;
}
</style>