Shades of Sapphire #061C4A
Tints of Sapphire #061C4A
RGB
CMYK
RGB Variations
Color information
#061C4A (or 0x061C4A) is known color: Sapphire. HEX triplet: 06, 1C and 4A. RGB value is (6,28,74). Sum of RGB (Red+Green+Blue) = 6+28+74=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #061C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C4A is #F9E3B5. Grayscale: #1A1A1A. Windows color (decimal): -16376758 or 4856838. OLE color: 4856838.
HSL color Cylindrical-coordinate representation of color #061C4A: hue angle of 220.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061C4A is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 28 | 74 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.71 |
| HSL | 220.59º | 0.85% | 0.16% | - |
| HSV(B) | 220.59º | 0.92% | 0.29% | - |
| XYZ | 1.73 | 1.36 | 6.65 | - |
| YUV | 26.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 74 | 0.92 | 0.62 | 0 | 0.71 | 220.59 | 0.85 | 0.16 |
| Hex | 6 | 1C | 4A | 5C | 3E | 0 | 47 | DD | 55 | 10 |
| Octal | 6 | 34 | 112 | 134 | 76 | 0 | 107 | 335 | 125 | 20 |
| Binary | 110 | 11100 | 1001010 | 1011100 | 111110 | 0 | 1000111 | 11011101 | 1010101 | 10000 |
Color Harmonies of #061C4A
Complementary color
Monochromatic Colors of #061C4A
Black with #061C4A
Text Example
Text Example
White with #061C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C4A; }
p { color: rgb(6,28,74); }
H1.HeaderClassName
{
color: #061C4A;
}
.AnyTagClassName
{
color: #061C4A;
}
</style>
background-color css
<style>
a { background-color: #061C4A; }
a { background-color: rgb(6,28,74); }
div.DivClassName
{
background-color: #061C4A;
}
.BgClassName
{
background-color: #061C4A;
}
</style>
border-color css
<style>
span { border-color: #061C4A; }
span { border-color: rgb(6,28,74); }
td.TdClassName
{
border-color: #061C4A;
}
.TagClassName
{
border-color: #061C4A;
}
</style>