Shades of Sapphire #06227D
Tints of Sapphire #06227D
RGB
CMYK
RGB Variations
Color information
#06227D (or 0x06227D) is known color: Sapphire. HEX triplet: 06, 22 and 7D. RGB value is (6,34,125). Sum of RGB (Red+Green+Blue) = 6+34+125=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #06227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06227D is #F9DD82. Grayscale: #232323. Windows color (decimal): -16375171 or 8200710. OLE color: 8200710.
HSL color Cylindrical-coordinate representation of color #06227D: hue angle of 225.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06227D is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 34 | 125 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.51 |
| HSL | 225.88º | 0.91% | 0.26% | - |
| HSV(B) | 225.88º | 0.95% | 0.49% | - |
| XYZ | 4.35 | 2.66 | 19.69 | - |
| YUV | 36 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 125 | 0.95 | 0.73 | 0 | 0.51 | 225.88 | 0.91 | 0.26 |
| Hex | 6 | 22 | 7D | 5F | 49 | 0 | 33 | E2 | 5B | 1A |
| Octal | 6 | 42 | 175 | 137 | 111 | 0 | 63 | 342 | 133 | 32 |
| Binary | 110 | 100010 | 1111101 | 1011111 | 1001001 | 0 | 110011 | 11100010 | 1011011 | 11010 |
Color Harmonies of #06227D
Complementary color
Monochromatic Colors of #06227D
Black with #06227D
Text Example
Text Example
White with #06227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06227D; }
p { color: rgb(6,34,125); }
H1.HeaderClassName
{
color: #06227D;
}
.AnyTagClassName
{
color: #06227D;
}
</style>
background-color css
<style>
a { background-color: #06227D; }
a { background-color: rgb(6,34,125); }
div.DivClassName
{
background-color: #06227D;
}
.BgClassName
{
background-color: #06227D;
}
</style>
border-color css
<style>
span { border-color: #06227D; }
span { border-color: rgb(6,34,125); }
td.TdClassName
{
border-color: #06227D;
}
.TagClassName
{
border-color: #06227D;
}
</style>