Shades of Blue Whale #09324D
Tints of Blue Whale #09324D
RGB
CMYK
RGB Variations
Color information
#09324D (or 0x09324D) is known color: Blue Whale. HEX triplet: 09, 32 and 4D. RGB value is (9,50,77). Sum of RGB (Red+Green+Blue) = 9+50+77=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #09324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09324D is #F6CDB2. Grayscale: #282828. Windows color (decimal): -16174515 or 5059081. OLE color: 5059081.
HSL color Cylindrical-coordinate representation of color #09324D: hue angle of 203.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09324D is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 50 | 77 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.70 |
| HSL | 203.82º | 0.79% | 0.17% | - |
| HSV(B) | 203.82º | 0.88% | 0.3% | - |
| XYZ | 2.59 | 2.88 | 7.44 | - |
| YUV | 40.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 77 | 0.88 | 0.35 | 0 | 0.70 | 203.82 | 0.79 | 0.17 |
| Hex | 9 | 32 | 4D | 58 | 23 | 0 | 46 | CC | 4F | 11 |
| Octal | 11 | 62 | 115 | 130 | 43 | 0 | 106 | 314 | 117 | 21 |
| Binary | 1001 | 110010 | 1001101 | 1011000 | 100011 | 0 | 1000110 | 11001100 | 1001111 | 10001 |
Color Harmonies of #09324D
Complementary color
Monochromatic Colors of #09324D
Black with #09324D
Text Example
Text Example
White with #09324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09324D; }
p { color: rgb(9,50,77); }
H1.HeaderClassName
{
color: #09324D;
}
.AnyTagClassName
{
color: #09324D;
}
</style>
background-color css
<style>
a { background-color: #09324D; }
a { background-color: rgb(9,50,77); }
div.DivClassName
{
background-color: #09324D;
}
.BgClassName
{
background-color: #09324D;
}
</style>
border-color css
<style>
span { border-color: #09324D; }
span { border-color: rgb(9,50,77); }
td.TdClassName
{
border-color: #09324D;
}
.TagClassName
{
border-color: #09324D;
}
</style>