Shades of Sapphire #07244A
Tints of Sapphire #07244A
RGB
CMYK
RGB Variations
Color information
#07244A (or 0x07244A) is known color: Sapphire. HEX triplet: 07, 24 and 4A. RGB value is (7,36,74). Sum of RGB (Red+Green+Blue) = 7+36+74=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #07244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07244A is #F8DBB5. Grayscale: #1F1F1F. Windows color (decimal): -16309174 or 4858887. OLE color: 4858887.
HSL color Cylindrical-coordinate representation of color #07244A: hue angle of 214.03º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07244A is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 36 | 74 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.71 |
| HSL | 214.03º | 0.83% | 0.16% | - |
| HSV(B) | 214.03º | 0.91% | 0.29% | - |
| XYZ | 1.95 | 1.8 | 6.72 | - |
| YUV | 31.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 74 | 0.91 | 0.51 | 0 | 0.71 | 214.03 | 0.83 | 0.16 |
| Hex | 7 | 24 | 4A | 5B | 33 | 0 | 47 | D6 | 53 | 10 |
| Octal | 7 | 44 | 112 | 133 | 63 | 0 | 107 | 326 | 123 | 20 |
| Binary | 111 | 100100 | 1001010 | 1011011 | 110011 | 0 | 1000111 | 11010110 | 1010011 | 10000 |
Color Harmonies of #07244A
Complementary color
Monochromatic Colors of #07244A
Black with #07244A
Text Example
Text Example
White with #07244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07244A; }
p { color: rgb(7,36,74); }
H1.HeaderClassName
{
color: #07244A;
}
.AnyTagClassName
{
color: #07244A;
}
</style>
background-color css
<style>
a { background-color: #07244A; }
a { background-color: rgb(7,36,74); }
div.DivClassName
{
background-color: #07244A;
}
.BgClassName
{
background-color: #07244A;
}
</style>
border-color css
<style>
span { border-color: #07244A; }
span { border-color: rgb(7,36,74); }
td.TdClassName
{
border-color: #07244A;
}
.TagClassName
{
border-color: #07244A;
}
</style>