Shades of Sapphire #061C53
Tints of Sapphire #061C53
RGB
CMYK
RGB Variations
Color information
#061C53 (or 0x061C53) is known color: Sapphire. HEX triplet: 06, 1C and 53. RGB value is (6,28,83). Sum of RGB (Red+Green+Blue) = 6+28+83=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #061C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C53 is #F9E3AC. Grayscale: #1B1B1B. Windows color (decimal): -16376749 or 5446662. OLE color: 5446662.
HSL color Cylindrical-coordinate representation of color #061C53: hue angle of 222.86º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C53 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 28 | 83 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.67 |
| HSL | 222.86º | 0.87% | 0.17% | - |
| HSV(B) | 222.86º | 0.93% | 0.33% | - |
| XYZ | 2.05 | 1.49 | 8.36 | - |
| YUV | 27.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 83 | 0.93 | 0.66 | 0 | 0.67 | 222.86 | 0.87 | 0.17 |
| Hex | 6 | 1C | 53 | 5D | 42 | 0 | 43 | DF | 57 | 11 |
| Octal | 6 | 34 | 123 | 135 | 102 | 0 | 103 | 337 | 127 | 21 |
| Binary | 110 | 11100 | 1010011 | 1011101 | 1000010 | 0 | 1000011 | 11011111 | 1010111 | 10001 |
Color Harmonies of #061C53
Complementary color
Monochromatic Colors of #061C53
Black with #061C53
Text Example
Text Example
White with #061C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C53; }
p { color: rgb(6,28,83); }
H1.HeaderClassName
{
color: #061C53;
}
.AnyTagClassName
{
color: #061C53;
}
</style>
background-color css
<style>
a { background-color: #061C53; }
a { background-color: rgb(6,28,83); }
div.DivClassName
{
background-color: #061C53;
}
.BgClassName
{
background-color: #061C53;
}
</style>
border-color css
<style>
span { border-color: #061C53; }
span { border-color: rgb(6,28,83); }
td.TdClassName
{
border-color: #061C53;
}
.TagClassName
{
border-color: #061C53;
}
</style>