Shades of Sapphire #06265A
Tints of Sapphire #06265A
RGB
CMYK
RGB Variations
Color information
#06265A (or 0x06265A) is known color: Sapphire. HEX triplet: 06, 26 and 5A. RGB value is (6,38,90). Sum of RGB (Red+Green+Blue) = 6+38+90=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #06265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06265A is #F9D9A5. Grayscale: #222222. Windows color (decimal): -16374182 or 5907974. OLE color: 5907974.
HSL color Cylindrical-coordinate representation of color #06265A: hue angle of 217.14º 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 #06265A is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 38 | 90 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.65 |
| HSL | 217.14º | 0.88% | 0.19% | - |
| HSV(B) | 217.14º | 0.93% | 0.35% | - |
| XYZ | 2.61 | 2.16 | 9.95 | - |
| YUV | 34.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 90 | 0.93 | 0.58 | 0 | 0.65 | 217.14 | 0.88 | 0.19 |
| Hex | 6 | 26 | 5A | 5D | 3A | 0 | 41 | D9 | 58 | 13 |
| Octal | 6 | 46 | 132 | 135 | 72 | 0 | 101 | 331 | 130 | 23 |
| Binary | 110 | 100110 | 1011010 | 1011101 | 111010 | 0 | 1000001 | 11011001 | 1011000 | 10011 |
Color Harmonies of #06265A
Complementary color
Monochromatic Colors of #06265A
Black with #06265A
Text Example
Text Example
White with #06265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06265A; }
p { color: rgb(6,38,90); }
H1.HeaderClassName
{
color: #06265A;
}
.AnyTagClassName
{
color: #06265A;
}
</style>
background-color css
<style>
a { background-color: #06265A; }
a { background-color: rgb(6,38,90); }
div.DivClassName
{
background-color: #06265A;
}
.BgClassName
{
background-color: #06265A;
}
</style>
border-color css
<style>
span { border-color: #06265A; }
span { border-color: rgb(6,38,90); }
td.TdClassName
{
border-color: #06265A;
}
.TagClassName
{
border-color: #06265A;
}
</style>