Shades of Sapphire #061D4A
Tints of Sapphire #061D4A
RGB
CMYK
RGB Variations
Color information
#061D4A (or 0x061D4A) is known color: Sapphire. HEX triplet: 06, 1D and 4A. RGB value is (6,29,74). Sum of RGB (Red+Green+Blue) = 6+29+74=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #061D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D4A is #F9E2B5. Grayscale: #1B1B1B. Windows color (decimal): -16376502 or 4857094. OLE color: 4857094.
HSL color Cylindrical-coordinate representation of color #061D4A: hue angle of 219.71º 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 #061D4A is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 29 | 74 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.71 |
| HSL | 219.71º | 0.85% | 0.16% | - |
| HSV(B) | 219.71º | 0.92% | 0.29% | - |
| XYZ | 1.75 | 1.41 | 6.66 | - |
| YUV | 27.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 74 | 0.92 | 0.61 | 0 | 0.71 | 219.71 | 0.85 | 0.16 |
| Hex | 6 | 1D | 4A | 5C | 3D | 0 | 47 | DC | 55 | 10 |
| Octal | 6 | 35 | 112 | 134 | 75 | 0 | 107 | 334 | 125 | 20 |
| Binary | 110 | 11101 | 1001010 | 1011100 | 111101 | 0 | 1000111 | 11011100 | 1010101 | 10000 |
Color Harmonies of #061D4A
Complementary color
Monochromatic Colors of #061D4A
Black with #061D4A
Text Example
Text Example
White with #061D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D4A; }
p { color: rgb(6,29,74); }
H1.HeaderClassName
{
color: #061D4A;
}
.AnyTagClassName
{
color: #061D4A;
}
</style>
background-color css
<style>
a { background-color: #061D4A; }
a { background-color: rgb(6,29,74); }
div.DivClassName
{
background-color: #061D4A;
}
.BgClassName
{
background-color: #061D4A;
}
</style>
border-color css
<style>
span { border-color: #061D4A; }
span { border-color: rgb(6,29,74); }
td.TdClassName
{
border-color: #061D4A;
}
.TagClassName
{
border-color: #061D4A;
}
</style>