Shades of Sapphire #06185B
Tints of Sapphire #06185B
RGB
CMYK
RGB Variations
Color information
#06185B (or 0x06185B) is known color: Sapphire. HEX triplet: 06, 18 and 5B. RGB value is (6,24,91). Sum of RGB (Red+Green+Blue) = 6+24+91=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #06185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06185B is #F9E7A4. Grayscale: #191919. Windows color (decimal): -16377765 or 5969926. OLE color: 5969926.
HSL color Cylindrical-coordinate representation of color #06185B: hue angle of 227.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06185B is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 24 | 91 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.64 |
| HSL | 227.29º | 0.88% | 0.19% | - |
| HSV(B) | 227.29º | 0.93% | 0.36% | - |
| XYZ | 2.29 | 1.45 | 10.06 | - |
| YUV | 26.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 91 | 0.93 | 0.74 | 0 | 0.64 | 227.29 | 0.88 | 0.19 |
| Hex | 6 | 18 | 5B | 5D | 4A | 0 | 40 | E3 | 58 | 13 |
| Octal | 6 | 30 | 133 | 135 | 112 | 0 | 100 | 343 | 130 | 23 |
| Binary | 110 | 11000 | 1011011 | 1011101 | 1001010 | 0 | 1000000 | 11100011 | 1011000 | 10011 |
Color Harmonies of #06185B
Complementary color
Monochromatic Colors of #06185B
Black with #06185B
Text Example
Text Example
White with #06185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06185B; }
p { color: rgb(6,24,91); }
H1.HeaderClassName
{
color: #06185B;
}
.AnyTagClassName
{
color: #06185B;
}
</style>
background-color css
<style>
a { background-color: #06185B; }
a { background-color: rgb(6,24,91); }
div.DivClassName
{
background-color: #06185B;
}
.BgClassName
{
background-color: #06185B;
}
</style>
border-color css
<style>
span { border-color: #06185B; }
span { border-color: rgb(6,24,91); }
td.TdClassName
{
border-color: #06185B;
}
.TagClassName
{
border-color: #06185B;
}
</style>