Shades of Sapphire #06277C
Tints of Sapphire #06277C
RGB
CMYK
RGB Variations
Color information
#06277C (or 0x06277C) is known color: Sapphire. HEX triplet: 06, 27 and 7C. RGB value is (6,39,124). Sum of RGB (Red+Green+Blue) = 6+39+124=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #06277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06277C is #F9D883. Grayscale: #262626. Windows color (decimal): -16373892 or 8136454. OLE color: 8136454.
HSL color Cylindrical-coordinate representation of color #06277C: hue angle of 223.22º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06277C is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 39 | 124 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.51 |
| HSL | 223.22º | 0.91% | 0.25% | - |
| HSV(B) | 223.22º | 0.95% | 0.49% | - |
| XYZ | 4.44 | 2.94 | 19.4 | - |
| YUV | 38.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 124 | 0.95 | 0.69 | 0 | 0.51 | 223.22 | 0.91 | 0.25 |
| Hex | 6 | 27 | 7C | 5F | 45 | 0 | 33 | DF | 5B | 19 |
| Octal | 6 | 47 | 174 | 137 | 105 | 0 | 63 | 337 | 133 | 31 |
| Binary | 110 | 100111 | 1111100 | 1011111 | 1000101 | 0 | 110011 | 11011111 | 1011011 | 11001 |
Color Harmonies of #06277C
Complementary color
Monochromatic Colors of #06277C
Black with #06277C
Text Example
Text Example
White with #06277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06277C; }
p { color: rgb(6,39,124); }
H1.HeaderClassName
{
color: #06277C;
}
.AnyTagClassName
{
color: #06277C;
}
</style>
background-color css
<style>
a { background-color: #06277C; }
a { background-color: rgb(6,39,124); }
div.DivClassName
{
background-color: #06277C;
}
.BgClassName
{
background-color: #06277C;
}
</style>
border-color css
<style>
span { border-color: #06277C; }
span { border-color: rgb(6,39,124); }
td.TdClassName
{
border-color: #06277C;
}
.TagClassName
{
border-color: #06277C;
}
</style>