Shades of Blue Whale #093644
Tints of Blue Whale #093644
RGB
CMYK
RGB Variations
Color information
#093644 (or 0x093644) is known color: Blue Whale. HEX triplet: 09, 36 and 44. RGB value is (9,54,68). Sum of RGB (Red+Green+Blue) = 9+54+68=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #093644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093644 is #F6C9BB. Grayscale: #2A2A2A. Windows color (decimal): -16173500 or 4470281. OLE color: 4470281.
HSL color Cylindrical-coordinate representation of color #093644: hue angle of 194.24º 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 #093644 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 54 | 68 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.73 |
| HSL | 194.24º | 0.77% | 0.15% | - |
| HSV(B) | 194.24º | 0.87% | 0.27% | - |
| XYZ | 2.48 | 3.11 | 5.94 | - |
| YUV | 42.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 68 | 0.87 | 0.21 | 0 | 0.73 | 194.24 | 0.77 | 0.15 |
| Hex | 9 | 36 | 44 | 57 | 15 | 0 | 49 | C2 | 4D | F |
| Octal | 11 | 66 | 104 | 127 | 25 | 0 | 111 | 302 | 115 | 17 |
| Binary | 1001 | 110110 | 1000100 | 1010111 | 10101 | 0 | 1001001 | 11000010 | 1001101 | 1111 |
Color Harmonies of #093644
Complementary color
Monochromatic Colors of #093644
Black with #093644
Text Example
Text Example
White with #093644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093644; }
p { color: rgb(9,54,68); }
H1.HeaderClassName
{
color: #093644;
}
.AnyTagClassName
{
color: #093644;
}
</style>
background-color css
<style>
a { background-color: #093644; }
a { background-color: rgb(9,54,68); }
div.DivClassName
{
background-color: #093644;
}
.BgClassName
{
background-color: #093644;
}
</style>
border-color css
<style>
span { border-color: #093644; }
span { border-color: rgb(9,54,68); }
td.TdClassName
{
border-color: #093644;
}
.TagClassName
{
border-color: #093644;
}
</style>