Shades of Sapphire #06145A
Tints of Sapphire #06145A
RGB
CMYK
RGB Variations
Color information
#06145A (or 0x06145A) is known color: Sapphire. HEX triplet: 06, 14 and 5A. RGB value is (6,20,90). Sum of RGB (Red+Green+Blue) = 6+20+90=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #06145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145A is #F9EBA5. Grayscale: #171717. Windows color (decimal): -16378790 or 5903366. OLE color: 5903366.
HSL color Cylindrical-coordinate representation of color #06145A: hue angle of 230º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06145A is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 20 | 90 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.65 |
| HSL | 230º | 0.88% | 0.19% | - |
| HSV(B) | 230º | 0.93% | 0.35% | - |
| XYZ | 2.17 | 1.28 | 9.8 | - |
| YUV | 23.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 90 | 0.93 | 0.78 | 0 | 0.65 | 230 | 0.88 | 0.19 |
| Hex | 6 | 14 | 5A | 5D | 4E | 0 | 41 | E6 | 58 | 13 |
| Octal | 6 | 24 | 132 | 135 | 116 | 0 | 101 | 346 | 130 | 23 |
| Binary | 110 | 10100 | 1011010 | 1011101 | 1001110 | 0 | 1000001 | 11100110 | 1011000 | 10011 |
Color Harmonies of #06145A
Complementary color
Monochromatic Colors of #06145A
Black with #06145A
Text Example
Text Example
White with #06145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06145A; }
p { color: rgb(6,20,90); }
H1.HeaderClassName
{
color: #06145A;
}
.AnyTagClassName
{
color: #06145A;
}
</style>
background-color css
<style>
a { background-color: #06145A; }
a { background-color: rgb(6,20,90); }
div.DivClassName
{
background-color: #06145A;
}
.BgClassName
{
background-color: #06145A;
}
</style>
border-color css
<style>
span { border-color: #06145A; }
span { border-color: rgb(6,20,90); }
td.TdClassName
{
border-color: #06145A;
}
.TagClassName
{
border-color: #06145A;
}
</style>