Shades of Sapphire #061E4A
Tints of Sapphire #061E4A
RGB
CMYK
RGB Variations
Color information
#061E4A (or 0x061E4A) is known color: Sapphire. HEX triplet: 06, 1E and 4A. RGB value is (6,30,74). Sum of RGB (Red+Green+Blue) = 6+30+74=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #061E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E4A is #F9E1B5. Grayscale: #1B1B1B. Windows color (decimal): -16376246 or 4857350. OLE color: 4857350.
HSL color Cylindrical-coordinate representation of color #061E4A: hue angle of 218.82º 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 #061E4A is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 30 | 74 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.71 |
| HSL | 218.82º | 0.85% | 0.16% | - |
| HSV(B) | 218.82º | 0.92% | 0.29% | - |
| XYZ | 1.78 | 1.46 | 6.67 | - |
| YUV | 27.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 74 | 0.92 | 0.59 | 0 | 0.71 | 218.82 | 0.85 | 0.16 |
| Hex | 6 | 1E | 4A | 5C | 3B | 0 | 47 | DB | 55 | 10 |
| Octal | 6 | 36 | 112 | 134 | 73 | 0 | 107 | 333 | 125 | 20 |
| Binary | 110 | 11110 | 1001010 | 1011100 | 111011 | 0 | 1000111 | 11011011 | 1010101 | 10000 |
Color Harmonies of #061E4A
Complementary color
Monochromatic Colors of #061E4A
Black with #061E4A
Text Example
Text Example
White with #061E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E4A; }
p { color: rgb(6,30,74); }
H1.HeaderClassName
{
color: #061E4A;
}
.AnyTagClassName
{
color: #061E4A;
}
</style>
background-color css
<style>
a { background-color: #061E4A; }
a { background-color: rgb(6,30,74); }
div.DivClassName
{
background-color: #061E4A;
}
.BgClassName
{
background-color: #061E4A;
}
</style>
border-color css
<style>
span { border-color: #061E4A; }
span { border-color: rgb(6,30,74); }
td.TdClassName
{
border-color: #061E4A;
}
.TagClassName
{
border-color: #061E4A;
}
</style>