Shades of Sapphire #06255B
Tints of Sapphire #06255B
RGB
CMYK
RGB Variations
Color information
#06255B (or 0x06255B) is known color: Sapphire. HEX triplet: 06, 25 and 5B. RGB value is (6,37,91). Sum of RGB (Red+Green+Blue) = 6+37+91=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #06255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06255B is #F9DAA4. Grayscale: #212121. Windows color (decimal): -16374437 or 5973254. OLE color: 5973254.
HSL color Cylindrical-coordinate representation of color #06255B: hue angle of 218.12º 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 #06255B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 37 | 91 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.64 |
| HSL | 218.12º | 0.88% | 0.19% | - |
| HSV(B) | 218.12º | 0.93% | 0.36% | - |
| XYZ | 2.63 | 2.12 | 10.17 | - |
| YUV | 33.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 91 | 0.93 | 0.59 | 0 | 0.64 | 218.12 | 0.88 | 0.19 |
| Hex | 6 | 25 | 5B | 5D | 3B | 0 | 40 | DA | 58 | 13 |
| Octal | 6 | 45 | 133 | 135 | 73 | 0 | 100 | 332 | 130 | 23 |
| Binary | 110 | 100101 | 1011011 | 1011101 | 111011 | 0 | 1000000 | 11011010 | 1011000 | 10011 |
Color Harmonies of #06255B
Complementary color
Monochromatic Colors of #06255B
Black with #06255B
Text Example
Text Example
White with #06255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06255B; }
p { color: rgb(6,37,91); }
H1.HeaderClassName
{
color: #06255B;
}
.AnyTagClassName
{
color: #06255B;
}
</style>
background-color css
<style>
a { background-color: #06255B; }
a { background-color: rgb(6,37,91); }
div.DivClassName
{
background-color: #06255B;
}
.BgClassName
{
background-color: #06255B;
}
</style>
border-color css
<style>
span { border-color: #06255B; }
span { border-color: rgb(6,37,91); }
td.TdClassName
{
border-color: #06255B;
}
.TagClassName
{
border-color: #06255B;
}
</style>