Shades of Sapphire #04094D
Tints of Sapphire #04094D
RGB
CMYK
RGB Variations
Color information
#04094D (or 0x04094D) is known color: Sapphire. HEX triplet: 04, 09 and 4D. RGB value is (4,9,77). Sum of RGB (Red+Green+Blue) = 4+9+77=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #04094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04094D is #FBF6B2. Grayscale: #0E0E0E. Windows color (decimal): -16512691 or 5048580. OLE color: 5048580.
HSL color Cylindrical-coordinate representation of color #04094D: hue angle of 235.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04094D is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 9 | 77 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.70 |
| HSL | 235.89º | 0.9% | 0.16% | - |
| HSV(B) | 235.89º | 0.95% | 0.3% | - |
| XYZ | 1.49 | 0.76 | 7.09 | - |
| YUV | 15.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 77 | 0.95 | 0.88 | 0 | 0.70 | 235.89 | 0.9 | 0.16 |
| Hex | 4 | 9 | 4D | 5F | 58 | 0 | 46 | EC | 5A | 10 |
| Octal | 4 | 11 | 115 | 137 | 130 | 0 | 106 | 354 | 132 | 20 |
| Binary | 100 | 1001 | 1001101 | 1011111 | 1011000 | 0 | 1000110 | 11101100 | 1011010 | 10000 |
Color Harmonies of #04094D
Complementary color
Monochromatic Colors of #04094D
Black with #04094D
Text Example
Text Example
White with #04094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04094D; }
p { color: rgb(4,9,77); }
H1.HeaderClassName
{
color: #04094D;
}
.AnyTagClassName
{
color: #04094D;
}
</style>
background-color css
<style>
a { background-color: #04094D; }
a { background-color: rgb(4,9,77); }
div.DivClassName
{
background-color: #04094D;
}
.BgClassName
{
background-color: #04094D;
}
</style>
border-color css
<style>
span { border-color: #04094D; }
span { border-color: rgb(4,9,77); }
td.TdClassName
{
border-color: #04094D;
}
.TagClassName
{
border-color: #04094D;
}
</style>