Shades of Sapphire #08225A
Tints of Sapphire #08225A
RGB
CMYK
RGB Variations
Color information
#08225A (or 0x08225A) is known color: Sapphire. HEX triplet: 08, 22 and 5A. RGB value is (8,34,90). Sum of RGB (Red+Green+Blue) = 8+34+90=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #08225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08225A is #F7DDA5. Grayscale: #202020. Windows color (decimal): -16244134 or 5906952. OLE color: 5906952.
HSL color Cylindrical-coordinate representation of color #08225A: hue angle of 220.98º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08225A is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 34 | 90 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.65 |
| HSL | 220.98º | 0.84% | 0.19% | - |
| HSV(B) | 220.98º | 0.91% | 0.35% | - |
| XYZ | 2.52 | 1.93 | 9.91 | - |
| YUV | 32.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 90 | 0.91 | 0.62 | 0 | 0.65 | 220.98 | 0.84 | 0.19 |
| Hex | 8 | 22 | 5A | 5B | 3E | 0 | 41 | DD | 54 | 13 |
| Octal | 10 | 42 | 132 | 133 | 76 | 0 | 101 | 335 | 124 | 23 |
| Binary | 1000 | 100010 | 1011010 | 1011011 | 111110 | 0 | 1000001 | 11011101 | 1010100 | 10011 |
Color Harmonies of #08225A
Complementary color
Monochromatic Colors of #08225A
Black with #08225A
Text Example
Text Example
White with #08225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08225A; }
p { color: rgb(8,34,90); }
H1.HeaderClassName
{
color: #08225A;
}
.AnyTagClassName
{
color: #08225A;
}
</style>
background-color css
<style>
a { background-color: #08225A; }
a { background-color: rgb(8,34,90); }
div.DivClassName
{
background-color: #08225A;
}
.BgClassName
{
background-color: #08225A;
}
</style>
border-color css
<style>
span { border-color: #08225A; }
span { border-color: rgb(8,34,90); }
td.TdClassName
{
border-color: #08225A;
}
.TagClassName
{
border-color: #08225A;
}
</style>