Shades of Blue Whale #093449
Tints of Blue Whale #093449
RGB
CMYK
RGB Variations
Color information
#093449 (or 0x093449) is known color: Blue Whale. HEX triplet: 09, 34 and 49. RGB value is (9,52,73). Sum of RGB (Red+Green+Blue) = 9+52+73=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #093449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093449 is #F6CBB6. Grayscale: #292929. Windows color (decimal): -16174007 or 4797449. OLE color: 4797449.
HSL color Cylindrical-coordinate representation of color #093449: hue angle of 199.69º 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 #093449 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 52 | 73 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.71 |
| HSL | 199.69º | 0.78% | 0.16% | - |
| HSV(B) | 199.69º | 0.88% | 0.29% | - |
| XYZ | 2.54 | 3 | 6.75 | - |
| YUV | 41.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 73 | 0.88 | 0.29 | 0 | 0.71 | 199.69 | 0.78 | 0.16 |
| Hex | 9 | 34 | 49 | 58 | 1D | 0 | 47 | C8 | 4E | 10 |
| Octal | 11 | 64 | 111 | 130 | 35 | 0 | 107 | 310 | 116 | 20 |
| Binary | 1001 | 110100 | 1001001 | 1011000 | 11101 | 0 | 1000111 | 11001000 | 1001110 | 10000 |
Color Harmonies of #093449
Complementary color
Monochromatic Colors of #093449
Black with #093449
Text Example
Text Example
White with #093449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093449; }
p { color: rgb(9,52,73); }
H1.HeaderClassName
{
color: #093449;
}
.AnyTagClassName
{
color: #093449;
}
</style>
background-color css
<style>
a { background-color: #093449; }
a { background-color: rgb(9,52,73); }
div.DivClassName
{
background-color: #093449;
}
.BgClassName
{
background-color: #093449;
}
</style>
border-color css
<style>
span { border-color: #093449; }
span { border-color: rgb(9,52,73); }
td.TdClassName
{
border-color: #093449;
}
.TagClassName
{
border-color: #093449;
}
</style>