Shades of Sapphire #06245A
Tints of Sapphire #06245A
RGB
CMYK
RGB Variations
Color information
#06245A (or 0x06245A) is known color: Sapphire. HEX triplet: 06, 24 and 5A. RGB value is (6,36,90). Sum of RGB (Red+Green+Blue) = 6+36+90=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 36 (14.45% from 255 or 27.27% 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 #06245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06245A is #F9DBA5. Grayscale: #202020. Windows color (decimal): -16374694 or 5907462. OLE color: 5907462.
HSL color Cylindrical-coordinate representation of color #06245A: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06245A is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 36 | 90 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.65 |
| HSL | 218.57º | 0.88% | 0.19% | - |
| HSV(B) | 218.57º | 0.93% | 0.35% | - |
| XYZ | 2.55 | 2.04 | 9.93 | - |
| YUV | 33.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 90 | 0.93 | 0.60 | 0 | 0.65 | 218.57 | 0.88 | 0.19 |
| Hex | 6 | 24 | 5A | 5D | 3C | 0 | 41 | DB | 58 | 13 |
| Octal | 6 | 44 | 132 | 135 | 74 | 0 | 101 | 333 | 130 | 23 |
| Binary | 110 | 100100 | 1011010 | 1011101 | 111100 | 0 | 1000001 | 11011011 | 1011000 | 10011 |
Color Harmonies of #06245A
Complementary color
Monochromatic Colors of #06245A
Black with #06245A
Text Example
Text Example
White with #06245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06245A; }
p { color: rgb(6,36,90); }
H1.HeaderClassName
{
color: #06245A;
}
.AnyTagClassName
{
color: #06245A;
}
</style>
background-color css
<style>
a { background-color: #06245A; }
a { background-color: rgb(6,36,90); }
div.DivClassName
{
background-color: #06245A;
}
.BgClassName
{
background-color: #06245A;
}
</style>
border-color css
<style>
span { border-color: #06245A; }
span { border-color: rgb(6,36,90); }
td.TdClassName
{
border-color: #06245A;
}
.TagClassName
{
border-color: #06245A;
}
</style>