Shades of Sapphire #061C55
Tints of Sapphire #061C55
RGB
CMYK
RGB Variations
Color information
#061C55 (or 0x061C55) is known color: Sapphire. HEX triplet: 06, 1C and 55. RGB value is (6,28,85). Sum of RGB (Red+Green+Blue) = 6+28+85=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #061C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C55 is #F9E3AA. Grayscale: #1B1B1B. Windows color (decimal): -16376747 or 5577734. OLE color: 5577734.
HSL color Cylindrical-coordinate representation of color #061C55: hue angle of 223.29º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C55 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 28 | 85 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.67 |
| HSL | 223.29º | 0.87% | 0.18% | - |
| HSV(B) | 223.29º | 0.93% | 0.33% | - |
| XYZ | 2.13 | 1.53 | 8.78 | - |
| YUV | 27.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 85 | 0.93 | 0.67 | 0 | 0.67 | 223.29 | 0.87 | 0.18 |
| Hex | 6 | 1C | 55 | 5D | 43 | 0 | 43 | DF | 57 | 12 |
| Octal | 6 | 34 | 125 | 135 | 103 | 0 | 103 | 337 | 127 | 22 |
| Binary | 110 | 11100 | 1010101 | 1011101 | 1000011 | 0 | 1000011 | 11011111 | 1010111 | 10010 |
Color Harmonies of #061C55
Complementary color
Monochromatic Colors of #061C55
Black with #061C55
Text Example
Text Example
White with #061C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C55; }
p { color: rgb(6,28,85); }
H1.HeaderClassName
{
color: #061C55;
}
.AnyTagClassName
{
color: #061C55;
}
</style>
background-color css
<style>
a { background-color: #061C55; }
a { background-color: rgb(6,28,85); }
div.DivClassName
{
background-color: #061C55;
}
.BgClassName
{
background-color: #061C55;
}
</style>
border-color css
<style>
span { border-color: #061C55; }
span { border-color: rgb(6,28,85); }
td.TdClassName
{
border-color: #061C55;
}
.TagClassName
{
border-color: #061C55;
}
</style>