Shades of Sapphire #061C74
Tints of Sapphire #061C74
RGB
CMYK
RGB Variations
Color information
#061C74 (or 0x061C74) is known color: Sapphire. HEX triplet: 06, 1C and 74. RGB value is (6,28,116). Sum of RGB (Red+Green+Blue) = 6+28+116=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #061C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C74 is #F9E38B. Grayscale: #1F1F1F. Windows color (decimal): -16376716 or 7609350. OLE color: 7609350.
HSL color Cylindrical-coordinate representation of color #061C74: hue angle of 228º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C74 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 28 | 116 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.55 |
| HSL | 228º | 0.9% | 0.24% | - |
| HSV(B) | 228º | 0.95% | 0.45% | - |
| XYZ | 3.64 | 2.13 | 16.74 | - |
| YUV | 31.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 116 | 0.95 | 0.76 | 0 | 0.55 | 228 | 0.9 | 0.24 |
| Hex | 6 | 1C | 74 | 5F | 4C | 0 | 37 | E4 | 5A | 18 |
| Octal | 6 | 34 | 164 | 137 | 114 | 0 | 67 | 344 | 132 | 30 |
| Binary | 110 | 11100 | 1110100 | 1011111 | 1001100 | 0 | 110111 | 11100100 | 1011010 | 11000 |
Color Harmonies of #061C74
Complementary color
Monochromatic Colors of #061C74
Black with #061C74
Text Example
Text Example
White with #061C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C74; }
p { color: rgb(6,28,116); }
H1.HeaderClassName
{
color: #061C74;
}
.AnyTagClassName
{
color: #061C74;
}
</style>
background-color css
<style>
a { background-color: #061C74; }
a { background-color: rgb(6,28,116); }
div.DivClassName
{
background-color: #061C74;
}
.BgClassName
{
background-color: #061C74;
}
</style>
border-color css
<style>
span { border-color: #061C74; }
span { border-color: rgb(6,28,116); }
td.TdClassName
{
border-color: #061C74;
}
.TagClassName
{
border-color: #061C74;
}
</style>