Shades of Sapphire #07144B
Tints of Sapphire #07144B
RGB
CMYK
RGB Variations
Color information
#07144B (or 0x07144B) is known color: Sapphire. HEX triplet: 07, 14 and 4B. RGB value is (7,20,75). Sum of RGB (Red+Green+Blue) = 7+20+75=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #07144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07144B is #F8EBB4. Grayscale: #161616. Windows color (decimal): -16313269 or 4920327. OLE color: 4920327.
HSL color Cylindrical-coordinate representation of color #07144B: hue angle of 228.53º 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 #07144B is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 20 | 75 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.71 |
| HSL | 228.53º | 0.83% | 0.16% | - |
| HSV(B) | 228.53º | 0.91% | 0.29% | - |
| XYZ | 1.61 | 1.05 | 6.78 | - |
| YUV | 22.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 75 | 0.91 | 0.73 | 0 | 0.71 | 228.53 | 0.83 | 0.16 |
| Hex | 7 | 14 | 4B | 5B | 49 | 0 | 47 | E5 | 53 | 10 |
| Octal | 7 | 24 | 113 | 133 | 111 | 0 | 107 | 345 | 123 | 20 |
| Binary | 111 | 10100 | 1001011 | 1011011 | 1001001 | 0 | 1000111 | 11100101 | 1010011 | 10000 |
Color Harmonies of #07144B
Complementary color
Monochromatic Colors of #07144B
Black with #07144B
Text Example
Text Example
White with #07144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07144B; }
p { color: rgb(7,20,75); }
H1.HeaderClassName
{
color: #07144B;
}
.AnyTagClassName
{
color: #07144B;
}
</style>
background-color css
<style>
a { background-color: #07144B; }
a { background-color: rgb(7,20,75); }
div.DivClassName
{
background-color: #07144B;
}
.BgClassName
{
background-color: #07144B;
}
</style>
border-color css
<style>
span { border-color: #07144B; }
span { border-color: rgb(7,20,75); }
td.TdClassName
{
border-color: #07144B;
}
.TagClassName
{
border-color: #07144B;
}
</style>