Shades of Sapphire #06227B
Tints of Sapphire #06227B
RGB
CMYK
RGB Variations
Color information
#06227B (or 0x06227B) is known color: Sapphire. HEX triplet: 06, 22 and 7B. RGB value is (6,34,123). Sum of RGB (Red+Green+Blue) = 6+34+123=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #06227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06227B is #F9DD84. Grayscale: #232323. Windows color (decimal): -16375173 or 8069638. OLE color: 8069638.
HSL color Cylindrical-coordinate representation of color #06227B: hue angle of 225.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06227B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 34 | 123 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.52 |
| HSL | 225.64º | 0.91% | 0.25% | - |
| HSV(B) | 225.64º | 0.95% | 0.48% | - |
| XYZ | 4.22 | 2.61 | 19.02 | - |
| YUV | 35.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 123 | 0.95 | 0.72 | 0 | 0.52 | 225.64 | 0.91 | 0.25 |
| Hex | 6 | 22 | 7B | 5F | 48 | 0 | 34 | E2 | 5B | 19 |
| Octal | 6 | 42 | 173 | 137 | 110 | 0 | 64 | 342 | 133 | 31 |
| Binary | 110 | 100010 | 1111011 | 1011111 | 1001000 | 0 | 110100 | 11100010 | 1011011 | 11001 |
Color Harmonies of #06227B
Complementary color
Monochromatic Colors of #06227B
Black with #06227B
Text Example
Text Example
White with #06227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06227B; }
p { color: rgb(6,34,123); }
H1.HeaderClassName
{
color: #06227B;
}
.AnyTagClassName
{
color: #06227B;
}
</style>
background-color css
<style>
a { background-color: #06227B; }
a { background-color: rgb(6,34,123); }
div.DivClassName
{
background-color: #06227B;
}
.BgClassName
{
background-color: #06227B;
}
</style>
border-color css
<style>
span { border-color: #06227B; }
span { border-color: rgb(6,34,123); }
td.TdClassName
{
border-color: #06227B;
}
.TagClassName
{
border-color: #06227B;
}
</style>