Shades of Sapphire #061A4A
Tints of Sapphire #061A4A
RGB
CMYK
RGB Variations
Color information
#061A4A (or 0x061A4A) is known color: Sapphire. HEX triplet: 06, 1A and 4A. RGB value is (6,26,74). Sum of RGB (Red+Green+Blue) = 6+26+74=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #061A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A4A is #F9E5B5. Grayscale: #191919. Windows color (decimal): -16377270 or 4856326. OLE color: 4856326.
HSL color Cylindrical-coordinate representation of color #061A4A: hue angle of 222.35º 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 #061A4A is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 26 | 74 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.71 |
| HSL | 222.35º | 0.85% | 0.16% | - |
| HSV(B) | 222.35º | 0.92% | 0.29% | - |
| XYZ | 1.68 | 1.27 | 6.64 | - |
| YUV | 25.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 74 | 0.92 | 0.65 | 0 | 0.71 | 222.35 | 0.85 | 0.16 |
| Hex | 6 | 1A | 4A | 5C | 41 | 0 | 47 | DE | 55 | 10 |
| Octal | 6 | 32 | 112 | 134 | 101 | 0 | 107 | 336 | 125 | 20 |
| Binary | 110 | 11010 | 1001010 | 1011100 | 1000001 | 0 | 1000111 | 11011110 | 1010101 | 10000 |
Color Harmonies of #061A4A
Complementary color
Monochromatic Colors of #061A4A
Black with #061A4A
Text Example
Text Example
White with #061A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A4A; }
p { color: rgb(6,26,74); }
H1.HeaderClassName
{
color: #061A4A;
}
.AnyTagClassName
{
color: #061A4A;
}
</style>
background-color css
<style>
a { background-color: #061A4A; }
a { background-color: rgb(6,26,74); }
div.DivClassName
{
background-color: #061A4A;
}
.BgClassName
{
background-color: #061A4A;
}
</style>
border-color css
<style>
span { border-color: #061A4A; }
span { border-color: rgb(6,26,74); }
td.TdClassName
{
border-color: #061A4A;
}
.TagClassName
{
border-color: #061A4A;
}
</style>