Shades of Sapphire #08245A
Tints of Sapphire #08245A
RGB
CMYK
RGB Variations
Color information
#08245A (or 0x08245A) is known color: Sapphire. HEX triplet: 08, 24 and 5A. RGB value is (8,36,90). Sum of RGB (Red+Green+Blue) = 8+36+90=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #08245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08245A is #F7DBA5. Grayscale: #212121. Windows color (decimal): -16243622 or 5907464. OLE color: 5907464.
HSL color Cylindrical-coordinate representation of color #08245A: hue angle of 219.51º 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 #08245A is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 36 | 90 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.65 |
| HSL | 219.51º | 0.84% | 0.19% | - |
| HSV(B) | 219.51º | 0.91% | 0.35% | - |
| XYZ | 2.58 | 2.05 | 9.93 | - |
| YUV | 33.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 90 | 0.91 | 0.60 | 0 | 0.65 | 219.51 | 0.84 | 0.19 |
| Hex | 8 | 24 | 5A | 5B | 3C | 0 | 41 | DC | 54 | 13 |
| Octal | 10 | 44 | 132 | 133 | 74 | 0 | 101 | 334 | 124 | 23 |
| Binary | 1000 | 100100 | 1011010 | 1011011 | 111100 | 0 | 1000001 | 11011100 | 1010100 | 10011 |
Color Harmonies of #08245A
Complementary color
Monochromatic Colors of #08245A
Black with #08245A
Text Example
Text Example
White with #08245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08245A; }
p { color: rgb(8,36,90); }
H1.HeaderClassName
{
color: #08245A;
}
.AnyTagClassName
{
color: #08245A;
}
</style>
background-color css
<style>
a { background-color: #08245A; }
a { background-color: rgb(8,36,90); }
div.DivClassName
{
background-color: #08245A;
}
.BgClassName
{
background-color: #08245A;
}
</style>
border-color css
<style>
span { border-color: #08245A; }
span { border-color: rgb(8,36,90); }
td.TdClassName
{
border-color: #08245A;
}
.TagClassName
{
border-color: #08245A;
}
</style>