Shades of Sapphire #061C7A
Tints of Sapphire #061C7A
RGB
CMYK
RGB Variations
Color information
#061C7A (or 0x061C7A) is known color: Sapphire. HEX triplet: 06, 1C and 7A. RGB value is (6,28,122). Sum of RGB (Red+Green+Blue) = 6+28+122=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #061C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C7A is #F9E385. Grayscale: #1F1F1F. Windows color (decimal): -16376710 or 8002566. OLE color: 8002566.
HSL color Cylindrical-coordinate representation of color #061C7A: hue angle of 228.62º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C7A is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 28 | 122 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.52 |
| HSL | 228.62º | 0.91% | 0.25% | - |
| HSV(B) | 228.62º | 0.95% | 0.48% | - |
| XYZ | 4 | 2.27 | 18.64 | - |
| YUV | 32.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 122 | 0.95 | 0.77 | 0 | 0.52 | 228.62 | 0.91 | 0.25 |
| Hex | 6 | 1C | 7A | 5F | 4D | 0 | 34 | E5 | 5B | 19 |
| Octal | 6 | 34 | 172 | 137 | 115 | 0 | 64 | 345 | 133 | 31 |
| Binary | 110 | 11100 | 1111010 | 1011111 | 1001101 | 0 | 110100 | 11100101 | 1011011 | 11001 |
Color Harmonies of #061C7A
Complementary color
Monochromatic Colors of #061C7A
Black with #061C7A
Text Example
Text Example
White with #061C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C7A; }
p { color: rgb(6,28,122); }
H1.HeaderClassName
{
color: #061C7A;
}
.AnyTagClassName
{
color: #061C7A;
}
</style>
background-color css
<style>
a { background-color: #061C7A; }
a { background-color: rgb(6,28,122); }
div.DivClassName
{
background-color: #061C7A;
}
.BgClassName
{
background-color: #061C7A;
}
</style>
border-color css
<style>
span { border-color: #061C7A; }
span { border-color: rgb(6,28,122); }
td.TdClassName
{
border-color: #061C7A;
}
.TagClassName
{
border-color: #061C7A;
}
</style>