Shades of Sapphire #061D54
Tints of Sapphire #061D54
RGB
CMYK
RGB Variations
Color information
#061D54 (or 0x061D54) is known color: Sapphire. HEX triplet: 06, 1D and 54. RGB value is (6,29,84). Sum of RGB (Red+Green+Blue) = 6+29+84=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #061D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D54 is #F9E2AB. Grayscale: #1C1C1C. Windows color (decimal): -16376492 or 5512454. OLE color: 5512454.
HSL color Cylindrical-coordinate representation of color #061D54: hue angle of 222.31º 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 #061D54 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 29 | 84 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.67 |
| HSL | 222.31º | 0.87% | 0.18% | - |
| HSV(B) | 222.31º | 0.93% | 0.33% | - |
| XYZ | 2.11 | 1.56 | 8.58 | - |
| YUV | 28.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 84 | 0.93 | 0.65 | 0 | 0.67 | 222.31 | 0.87 | 0.18 |
| Hex | 6 | 1D | 54 | 5D | 41 | 0 | 43 | DE | 57 | 12 |
| Octal | 6 | 35 | 124 | 135 | 101 | 0 | 103 | 336 | 127 | 22 |
| Binary | 110 | 11101 | 1010100 | 1011101 | 1000001 | 0 | 1000011 | 11011110 | 1010111 | 10010 |
Color Harmonies of #061D54
Complementary color
Monochromatic Colors of #061D54
Black with #061D54
Text Example
Text Example
White with #061D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D54; }
p { color: rgb(6,29,84); }
H1.HeaderClassName
{
color: #061D54;
}
.AnyTagClassName
{
color: #061D54;
}
</style>
background-color css
<style>
a { background-color: #061D54; }
a { background-color: rgb(6,29,84); }
div.DivClassName
{
background-color: #061D54;
}
.BgClassName
{
background-color: #061D54;
}
</style>
border-color css
<style>
span { border-color: #061D54; }
span { border-color: rgb(6,29,84); }
td.TdClassName
{
border-color: #061D54;
}
.TagClassName
{
border-color: #061D54;
}
</style>