Shades of Sapphire #06235D
Tints of Sapphire #06235D
RGB
CMYK
RGB Variations
Color information
#06235D (or 0x06235D) is known color: Sapphire. HEX triplet: 06, 23 and 5D. RGB value is (6,35,93). Sum of RGB (Red+Green+Blue) = 6+35+93=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #06235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06235D is #F9DCA2. Grayscale: #202020. Windows color (decimal): -16374947 or 6103814. OLE color: 6103814.
HSL color Cylindrical-coordinate representation of color #06235D: hue angle of 220º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06235D is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 35 | 93 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.64 |
| HSL | 220º | 0.88% | 0.19% | - |
| HSV(B) | 220º | 0.94% | 0.36% | - |
| XYZ | 2.65 | 2.03 | 10.61 | - |
| YUV | 32.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 93 | 0.94 | 0.62 | 0 | 0.64 | 220 | 0.88 | 0.19 |
| Hex | 6 | 23 | 5D | 5E | 3E | 0 | 40 | DC | 58 | 13 |
| Octal | 6 | 43 | 135 | 136 | 76 | 0 | 100 | 334 | 130 | 23 |
| Binary | 110 | 100011 | 1011101 | 1011110 | 111110 | 0 | 1000000 | 11011100 | 1011000 | 10011 |
Color Harmonies of #06235D
Complementary color
Monochromatic Colors of #06235D
Black with #06235D
Text Example
Text Example
White with #06235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06235D; }
p { color: rgb(6,35,93); }
H1.HeaderClassName
{
color: #06235D;
}
.AnyTagClassName
{
color: #06235D;
}
</style>
background-color css
<style>
a { background-color: #06235D; }
a { background-color: rgb(6,35,93); }
div.DivClassName
{
background-color: #06235D;
}
.BgClassName
{
background-color: #06235D;
}
</style>
border-color css
<style>
span { border-color: #06235D; }
span { border-color: rgb(6,35,93); }
td.TdClassName
{
border-color: #06235D;
}
.TagClassName
{
border-color: #06235D;
}
</style>