Shades of Sapphire #061C50
Tints of Sapphire #061C50
RGB
CMYK
RGB Variations
Color information
#061C50 (or 0x061C50) is known color: Sapphire. HEX triplet: 06, 1C and 50. RGB value is (6,28,80). Sum of RGB (Red+Green+Blue) = 6+28+80=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #061C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C50 is #F9E3AF. Grayscale: #1B1B1B. Windows color (decimal): -16376752 or 5250054. OLE color: 5250054.
HSL color Cylindrical-coordinate representation of color #061C50: hue angle of 222.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C50 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 28 | 80 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.69 |
| HSL | 222.16º | 0.86% | 0.17% | - |
| HSV(B) | 222.16º | 0.93% | 0.31% | - |
| XYZ | 1.94 | 1.45 | 7.77 | - |
| YUV | 27.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 80 | 0.92 | 0.65 | 0 | 0.69 | 222.16 | 0.86 | 0.17 |
| Hex | 6 | 1C | 50 | 5C | 41 | 0 | 45 | DE | 56 | 11 |
| Octal | 6 | 34 | 120 | 134 | 101 | 0 | 105 | 336 | 126 | 21 |
| Binary | 110 | 11100 | 1010000 | 1011100 | 1000001 | 0 | 1000101 | 11011110 | 1010110 | 10001 |
Color Harmonies of #061C50
Complementary color
Monochromatic Colors of #061C50
Black with #061C50
Text Example
Text Example
White with #061C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C50; }
p { color: rgb(6,28,80); }
H1.HeaderClassName
{
color: #061C50;
}
.AnyTagClassName
{
color: #061C50;
}
</style>
background-color css
<style>
a { background-color: #061C50; }
a { background-color: rgb(6,28,80); }
div.DivClassName
{
background-color: #061C50;
}
.BgClassName
{
background-color: #061C50;
}
</style>
border-color css
<style>
span { border-color: #061C50; }
span { border-color: rgb(6,28,80); }
td.TdClassName
{
border-color: #061C50;
}
.TagClassName
{
border-color: #061C50;
}
</style>