Shades of Sapphire #06255C
Tints of Sapphire #06255C
RGB
CMYK
RGB Variations
Color information
#06255C (or 0x06255C) is known color: Sapphire. HEX triplet: 06, 25 and 5C. RGB value is (6,37,92). Sum of RGB (Red+Green+Blue) = 6+37+92=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #06255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06255C is #F9DAA3. Grayscale: #212121. Windows color (decimal): -16374436 or 6038790. OLE color: 6038790.
HSL color Cylindrical-coordinate representation of color #06255C: hue angle of 218.37º 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 #06255C is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 37 | 92 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.64 |
| HSL | 218.37º | 0.88% | 0.19% | - |
| HSV(B) | 218.37º | 0.93% | 0.36% | - |
| XYZ | 2.67 | 2.13 | 10.4 | - |
| YUV | 34 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 92 | 0.93 | 0.60 | 0 | 0.64 | 218.37 | 0.88 | 0.19 |
| Hex | 6 | 25 | 5C | 5D | 3C | 0 | 40 | DA | 58 | 13 |
| Octal | 6 | 45 | 134 | 135 | 74 | 0 | 100 | 332 | 130 | 23 |
| Binary | 110 | 100101 | 1011100 | 1011101 | 111100 | 0 | 1000000 | 11011010 | 1011000 | 10011 |
Color Harmonies of #06255C
Complementary color
Monochromatic Colors of #06255C
Black with #06255C
Text Example
Text Example
White with #06255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06255C; }
p { color: rgb(6,37,92); }
H1.HeaderClassName
{
color: #06255C;
}
.AnyTagClassName
{
color: #06255C;
}
</style>
background-color css
<style>
a { background-color: #06255C; }
a { background-color: rgb(6,37,92); }
div.DivClassName
{
background-color: #06255C;
}
.BgClassName
{
background-color: #06255C;
}
</style>
border-color css
<style>
span { border-color: #06255C; }
span { border-color: rgb(6,37,92); }
td.TdClassName
{
border-color: #06255C;
}
.TagClassName
{
border-color: #06255C;
}
</style>