Shades of Sapphire #061A54
Tints of Sapphire #061A54
RGB
CMYK
RGB Variations
Color information
#061A54 (or 0x061A54) is known color: Sapphire. HEX triplet: 06, 1A and 54. RGB value is (6,26,84). Sum of RGB (Red+Green+Blue) = 6+26+84=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #061A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A54 is #F9E5AB. Grayscale: #1A1A1A. Windows color (decimal): -16377260 or 5511686. OLE color: 5511686.
HSL color Cylindrical-coordinate representation of color #061A54: hue angle of 224.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061A54 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 26 | 84 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.67 |
| HSL | 224.62º | 0.87% | 0.18% | - |
| HSV(B) | 224.62º | 0.93% | 0.33% | - |
| XYZ | 2.04 | 1.42 | 8.55 | - |
| YUV | 26.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 84 | 0.93 | 0.69 | 0 | 0.67 | 224.62 | 0.87 | 0.18 |
| Hex | 6 | 1A | 54 | 5D | 45 | 0 | 43 | E1 | 57 | 12 |
| Octal | 6 | 32 | 124 | 135 | 105 | 0 | 103 | 341 | 127 | 22 |
| Binary | 110 | 11010 | 1010100 | 1011101 | 1000101 | 0 | 1000011 | 11100001 | 1010111 | 10010 |
Color Harmonies of #061A54
Complementary color
Monochromatic Colors of #061A54
Black with #061A54
Text Example
Text Example
White with #061A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A54; }
p { color: rgb(6,26,84); }
H1.HeaderClassName
{
color: #061A54;
}
.AnyTagClassName
{
color: #061A54;
}
</style>
background-color css
<style>
a { background-color: #061A54; }
a { background-color: rgb(6,26,84); }
div.DivClassName
{
background-color: #061A54;
}
.BgClassName
{
background-color: #061A54;
}
</style>
border-color css
<style>
span { border-color: #061A54; }
span { border-color: rgb(6,26,84); }
td.TdClassName
{
border-color: #061A54;
}
.TagClassName
{
border-color: #061A54;
}
</style>