Shades of Sapphire #061B4A
Tints of Sapphire #061B4A
RGB
CMYK
RGB Variations
Color information
#061B4A (or 0x061B4A) is known color: Sapphire. HEX triplet: 06, 1B and 4A. RGB value is (6,27,74). Sum of RGB (Red+Green+Blue) = 6+27+74=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #061B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B4A is #F9E4B5. Grayscale: #191919. Windows color (decimal): -16377014 or 4856582. OLE color: 4856582.
HSL color Cylindrical-coordinate representation of color #061B4A: hue angle of 221.47º 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 #061B4A is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 27 | 74 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.71 |
| HSL | 221.47º | 0.85% | 0.16% | - |
| HSV(B) | 221.47º | 0.92% | 0.29% | - |
| XYZ | 1.7 | 1.32 | 6.64 | - |
| YUV | 26.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 74 | 0.92 | 0.64 | 0 | 0.71 | 221.47 | 0.85 | 0.16 |
| Hex | 6 | 1B | 4A | 5C | 40 | 0 | 47 | DD | 55 | 10 |
| Octal | 6 | 33 | 112 | 134 | 100 | 0 | 107 | 335 | 125 | 20 |
| Binary | 110 | 11011 | 1001010 | 1011100 | 1000000 | 0 | 1000111 | 11011101 | 1010101 | 10000 |
Color Harmonies of #061B4A
Complementary color
Monochromatic Colors of #061B4A
Black with #061B4A
Text Example
Text Example
White with #061B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B4A; }
p { color: rgb(6,27,74); }
H1.HeaderClassName
{
color: #061B4A;
}
.AnyTagClassName
{
color: #061B4A;
}
</style>
background-color css
<style>
a { background-color: #061B4A; }
a { background-color: rgb(6,27,74); }
div.DivClassName
{
background-color: #061B4A;
}
.BgClassName
{
background-color: #061B4A;
}
</style>
border-color css
<style>
span { border-color: #061B4A; }
span { border-color: rgb(6,27,74); }
td.TdClassName
{
border-color: #061B4A;
}
.TagClassName
{
border-color: #061B4A;
}
</style>