Shades of Sapphire #061C72
Tints of Sapphire #061C72
RGB
CMYK
RGB Variations
Color information
#061C72 (or 0x061C72) is known color: Sapphire. HEX triplet: 06, 1C and 72. RGB value is (6,28,114). Sum of RGB (Red+Green+Blue) = 6+28+114=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 114 (44.92% from 255 or 77.03% from 148); Max value from RGB is 114 - color contains mainly: blue. Hex color #061C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C72 is #F9E38D. Grayscale: #1E1E1E. Windows color (decimal): -16376718 or 7478278. OLE color: 7478278.
HSL color Cylindrical-coordinate representation of color #061C72: hue angle of 227.78º 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 #061C72 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 28 | 114 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.55 |
| HSL | 227.78º | 0.9% | 0.24% | - |
| HSV(B) | 227.78º | 0.95% | 0.45% | - |
| XYZ | 3.53 | 2.08 | 16.14 | - |
| YUV | 31.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 114 | 0.95 | 0.75 | 0 | 0.55 | 227.78 | 0.9 | 0.24 |
| Hex | 6 | 1C | 72 | 5F | 4B | 0 | 37 | E4 | 5A | 18 |
| Octal | 6 | 34 | 162 | 137 | 113 | 0 | 67 | 344 | 132 | 30 |
| Binary | 110 | 11100 | 1110010 | 1011111 | 1001011 | 0 | 110111 | 11100100 | 1011010 | 11000 |
Color Harmonies of #061C72
Complementary color
Monochromatic Colors of #061C72
Black with #061C72
Text Example
Text Example
White with #061C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C72; }
p { color: rgb(6,28,114); }
H1.HeaderClassName
{
color: #061C72;
}
.AnyTagClassName
{
color: #061C72;
}
</style>
background-color css
<style>
a { background-color: #061C72; }
a { background-color: rgb(6,28,114); }
div.DivClassName
{
background-color: #061C72;
}
.BgClassName
{
background-color: #061C72;
}
</style>
border-color css
<style>
span { border-color: #061C72; }
span { border-color: rgb(6,28,114); }
td.TdClassName
{
border-color: #061C72;
}
.TagClassName
{
border-color: #061C72;
}
</style>