Shades of Sapphire #06234D
Tints of Sapphire #06234D
RGB
CMYK
RGB Variations
Color information
#06234D (or 0x06234D) is known color: Sapphire. HEX triplet: 06, 23 and 4D. RGB value is (6,35,77). Sum of RGB (Red+Green+Blue) = 6+35+77=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #06234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06234D is #F9DCB2. Grayscale: #1E1E1E. Windows color (decimal): -16374963 or 5055238. OLE color: 5055238.
HSL color Cylindrical-coordinate representation of color #06234D: hue angle of 215.49º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06234D is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 35 | 77 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.70 |
| HSL | 215.49º | 0.86% | 0.16% | - |
| HSV(B) | 215.49º | 0.92% | 0.3% | - |
| XYZ | 2.02 | 1.78 | 7.26 | - |
| YUV | 31.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 77 | 0.92 | 0.55 | 0 | 0.70 | 215.49 | 0.86 | 0.16 |
| Hex | 6 | 23 | 4D | 5C | 37 | 0 | 46 | D7 | 56 | 10 |
| Octal | 6 | 43 | 115 | 134 | 67 | 0 | 106 | 327 | 126 | 20 |
| Binary | 110 | 100011 | 1001101 | 1011100 | 110111 | 0 | 1000110 | 11010111 | 1010110 | 10000 |
Color Harmonies of #06234D
Complementary color
Monochromatic Colors of #06234D
Black with #06234D
Text Example
Text Example
White with #06234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06234D; }
p { color: rgb(6,35,77); }
H1.HeaderClassName
{
color: #06234D;
}
.AnyTagClassName
{
color: #06234D;
}
</style>
background-color css
<style>
a { background-color: #06234D; }
a { background-color: rgb(6,35,77); }
div.DivClassName
{
background-color: #06234D;
}
.BgClassName
{
background-color: #06234D;
}
</style>
border-color css
<style>
span { border-color: #06234D; }
span { border-color: rgb(6,35,77); }
td.TdClassName
{
border-color: #06234D;
}
.TagClassName
{
border-color: #06234D;
}
</style>