Shades of Blue Whale #093044
Tints of Blue Whale #093044
RGB
CMYK
RGB Variations
Color information
#093044 (or 0x093044) is known color: Blue Whale. HEX triplet: 09, 30 and 44. RGB value is (9,48,68). Sum of RGB (Red+Green+Blue) = 9+48+68=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #093044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093044 is #F6CFBB. Grayscale: #262626. Windows color (decimal): -16175036 or 4468745. OLE color: 4468745.
HSL color Cylindrical-coordinate representation of color #093044: hue angle of 200.34º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093044 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 48 | 68 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.73 |
| HSL | 200.34º | 0.77% | 0.15% | - |
| HSV(B) | 200.34º | 0.87% | 0.27% | - |
| XYZ | 2.21 | 2.59 | 5.85 | - |
| YUV | 38.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 68 | 0.87 | 0.29 | 0 | 0.73 | 200.34 | 0.77 | 0.15 |
| Hex | 9 | 30 | 44 | 57 | 1D | 0 | 49 | C8 | 4D | F |
| Octal | 11 | 60 | 104 | 127 | 35 | 0 | 111 | 310 | 115 | 17 |
| Binary | 1001 | 110000 | 1000100 | 1010111 | 11101 | 0 | 1001001 | 11001000 | 1001101 | 1111 |
Color Harmonies of #093044
Complementary color
Monochromatic Colors of #093044
Black with #093044
Text Example
Text Example
White with #093044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093044; }
p { color: rgb(9,48,68); }
H1.HeaderClassName
{
color: #093044;
}
.AnyTagClassName
{
color: #093044;
}
</style>
background-color css
<style>
a { background-color: #093044; }
a { background-color: rgb(9,48,68); }
div.DivClassName
{
background-color: #093044;
}
.BgClassName
{
background-color: #093044;
}
</style>
border-color css
<style>
span { border-color: #093044; }
span { border-color: rgb(9,48,68); }
td.TdClassName
{
border-color: #093044;
}
.TagClassName
{
border-color: #093044;
}
</style>