Shades of Sapphire #06235E
Tints of Sapphire #06235E
RGB
CMYK
RGB Variations
Color information
#06235E (or 0x06235E) is known color: Sapphire. HEX triplet: 06, 23 and 5E. RGB value is (6,35,94). Sum of RGB (Red+Green+Blue) = 6+35+94=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #06235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06235E is #F9DCA1. Grayscale: #202020. Windows color (decimal): -16374946 or 6169350. OLE color: 6169350.
HSL color Cylindrical-coordinate representation of color #06235E: hue angle of 220.23º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06235E is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 35 | 94 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.63 |
| HSL | 220.23º | 0.88% | 0.2% | - |
| HSV(B) | 220.23º | 0.94% | 0.37% | - |
| XYZ | 2.7 | 2.05 | 10.84 | - |
| YUV | 33.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 94 | 0.94 | 0.63 | 0 | 0.63 | 220.23 | 0.88 | 0.2 |
| Hex | 6 | 23 | 5E | 5E | 3F | 0 | 3F | DC | 58 | 14 |
| Octal | 6 | 43 | 136 | 136 | 77 | 0 | 77 | 334 | 130 | 24 |
| Binary | 110 | 100011 | 1011110 | 1011110 | 111111 | 0 | 111111 | 11011100 | 1011000 | 10100 |
Color Harmonies of #06235E
Complementary color
Monochromatic Colors of #06235E
Black with #06235E
Text Example
Text Example
White with #06235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06235E; }
p { color: rgb(6,35,94); }
H1.HeaderClassName
{
color: #06235E;
}
.AnyTagClassName
{
color: #06235E;
}
</style>
background-color css
<style>
a { background-color: #06235E; }
a { background-color: rgb(6,35,94); }
div.DivClassName
{
background-color: #06235E;
}
.BgClassName
{
background-color: #06235E;
}
</style>
border-color css
<style>
span { border-color: #06235E; }
span { border-color: rgb(6,35,94); }
td.TdClassName
{
border-color: #06235E;
}
.TagClassName
{
border-color: #06235E;
}
</style>