Shades of Sapphire #06244A
Tints of Sapphire #06244A
RGB
CMYK
RGB Variations
Color information
#06244A (or 0x06244A) is known color: Sapphire. HEX triplet: 06, 24 and 4A. RGB value is (6,36,74). Sum of RGB (Red+Green+Blue) = 6+36+74=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #06244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06244A is #F9DBB5. Grayscale: #1F1F1F. Windows color (decimal): -16374710 or 4858886. OLE color: 4858886.
HSL color Cylindrical-coordinate representation of color #06244A: hue angle of 213.53º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06244A is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 36 | 74 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.71 |
| HSL | 213.53º | 0.85% | 0.16% | - |
| HSV(B) | 213.53º | 0.92% | 0.29% | - |
| XYZ | 1.94 | 1.79 | 6.72 | - |
| YUV | 31.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 74 | 0.92 | 0.51 | 0 | 0.71 | 213.53 | 0.85 | 0.16 |
| Hex | 6 | 24 | 4A | 5C | 33 | 0 | 47 | D6 | 55 | 10 |
| Octal | 6 | 44 | 112 | 134 | 63 | 0 | 107 | 326 | 125 | 20 |
| Binary | 110 | 100100 | 1001010 | 1011100 | 110011 | 0 | 1000111 | 11010110 | 1010101 | 10000 |
Color Harmonies of #06244A
Complementary color
Monochromatic Colors of #06244A
Black with #06244A
Text Example
Text Example
White with #06244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06244A; }
p { color: rgb(6,36,74); }
H1.HeaderClassName
{
color: #06244A;
}
.AnyTagClassName
{
color: #06244A;
}
</style>
background-color css
<style>
a { background-color: #06244A; }
a { background-color: rgb(6,36,74); }
div.DivClassName
{
background-color: #06244A;
}
.BgClassName
{
background-color: #06244A;
}
</style>
border-color css
<style>
span { border-color: #06244A; }
span { border-color: rgb(6,36,74); }
td.TdClassName
{
border-color: #06244A;
}
.TagClassName
{
border-color: #06244A;
}
</style>