Shades of Sapphire #061B74
Tints of Sapphire #061B74
RGB
CMYK
RGB Variations
Color information
#061B74 (or 0x061B74) is known color: Sapphire. HEX triplet: 06, 1B and 74. RGB value is (6,27,116). Sum of RGB (Red+Green+Blue) = 6+27+116=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #061B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B74 is #F9E48B. Grayscale: #1E1E1E. Windows color (decimal): -16376972 or 7609094. OLE color: 7609094.
HSL color Cylindrical-coordinate representation of color #061B74: hue angle of 228.55º 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 #061B74 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 27 | 116 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.55 |
| HSL | 228.55º | 0.9% | 0.24% | - |
| HSV(B) | 228.55º | 0.95% | 0.45% | - |
| XYZ | 3.62 | 2.08 | 16.73 | - |
| YUV | 30.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 116 | 0.95 | 0.77 | 0 | 0.55 | 228.55 | 0.9 | 0.24 |
| Hex | 6 | 1B | 74 | 5F | 4D | 0 | 37 | E5 | 5A | 18 |
| Octal | 6 | 33 | 164 | 137 | 115 | 0 | 67 | 345 | 132 | 30 |
| Binary | 110 | 11011 | 1110100 | 1011111 | 1001101 | 0 | 110111 | 11100101 | 1011010 | 11000 |
Color Harmonies of #061B74
Complementary color
Monochromatic Colors of #061B74
Black with #061B74
Text Example
Text Example
White with #061B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B74; }
p { color: rgb(6,27,116); }
H1.HeaderClassName
{
color: #061B74;
}
.AnyTagClassName
{
color: #061B74;
}
</style>
background-color css
<style>
a { background-color: #061B74; }
a { background-color: rgb(6,27,116); }
div.DivClassName
{
background-color: #061B74;
}
.BgClassName
{
background-color: #061B74;
}
</style>
border-color css
<style>
span { border-color: #061B74; }
span { border-color: rgb(6,27,116); }
td.TdClassName
{
border-color: #061B74;
}
.TagClassName
{
border-color: #061B74;
}
</style>