Shades of Sapphire #061C7D
Tints of Sapphire #061C7D
RGB
CMYK
RGB Variations
Color information
#061C7D (or 0x061C7D) is known color: Sapphire. HEX triplet: 06, 1C and 7D. RGB value is (6,28,125). Sum of RGB (Red+Green+Blue) = 6+28+125=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #061C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C7D is #F9E382. Grayscale: #202020. Windows color (decimal): -16376707 or 8199174. OLE color: 8199174.
HSL color Cylindrical-coordinate representation of color #061C7D: hue angle of 228.91º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C7D is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 28 | 125 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.51 |
| HSL | 228.91º | 0.91% | 0.26% | - |
| HSV(B) | 228.91º | 0.95% | 0.49% | - |
| XYZ | 4.19 | 2.35 | 19.63 | - |
| YUV | 32.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 125 | 0.95 | 0.78 | 0 | 0.51 | 228.91 | 0.91 | 0.26 |
| Hex | 6 | 1C | 7D | 5F | 4E | 0 | 33 | E5 | 5B | 1A |
| Octal | 6 | 34 | 175 | 137 | 116 | 0 | 63 | 345 | 133 | 32 |
| Binary | 110 | 11100 | 1111101 | 1011111 | 1001110 | 0 | 110011 | 11100101 | 1011011 | 11010 |
Color Harmonies of #061C7D
Complementary color
Monochromatic Colors of #061C7D
Black with #061C7D
Text Example
Text Example
White with #061C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C7D; }
p { color: rgb(6,28,125); }
H1.HeaderClassName
{
color: #061C7D;
}
.AnyTagClassName
{
color: #061C7D;
}
</style>
background-color css
<style>
a { background-color: #061C7D; }
a { background-color: rgb(6,28,125); }
div.DivClassName
{
background-color: #061C7D;
}
.BgClassName
{
background-color: #061C7D;
}
</style>
border-color css
<style>
span { border-color: #061C7D; }
span { border-color: rgb(6,28,125); }
td.TdClassName
{
border-color: #061C7D;
}
.TagClassName
{
border-color: #061C7D;
}
</style>