Shades of Blue Whale #093049
Tints of Blue Whale #093049
RGB
CMYK
RGB Variations
Color information
#093049 (or 0x093049) is known color: Blue Whale. HEX triplet: 09, 30 and 49. RGB value is (9,48,73). Sum of RGB (Red+Green+Blue) = 9+48+73=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #093049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093049 is #F6CFB6. Grayscale: #272727. Windows color (decimal): -16175031 or 4796425. OLE color: 4796425.
HSL color Cylindrical-coordinate representation of color #093049: hue angle of 203.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093049 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 48 | 73 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.71 |
| HSL | 203.44º | 0.78% | 0.16% | - |
| HSV(B) | 203.44º | 0.88% | 0.29% | - |
| XYZ | 2.37 | 2.65 | 6.69 | - |
| YUV | 39.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 73 | 0.88 | 0.34 | 0 | 0.71 | 203.44 | 0.78 | 0.16 |
| Hex | 9 | 30 | 49 | 58 | 22 | 0 | 47 | CB | 4E | 10 |
| Octal | 11 | 60 | 111 | 130 | 42 | 0 | 107 | 313 | 116 | 20 |
| Binary | 1001 | 110000 | 1001001 | 1011000 | 100010 | 0 | 1000111 | 11001011 | 1001110 | 10000 |
Color Harmonies of #093049
Complementary color
Monochromatic Colors of #093049
Black with #093049
Text Example
Text Example
White with #093049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093049; }
p { color: rgb(9,48,73); }
H1.HeaderClassName
{
color: #093049;
}
.AnyTagClassName
{
color: #093049;
}
</style>
background-color css
<style>
a { background-color: #093049; }
a { background-color: rgb(9,48,73); }
div.DivClassName
{
background-color: #093049;
}
.BgClassName
{
background-color: #093049;
}
</style>
border-color css
<style>
span { border-color: #093049; }
span { border-color: rgb(9,48,73); }
td.TdClassName
{
border-color: #093049;
}
.TagClassName
{
border-color: #093049;
}
</style>