Shades of Blue Whale #09324E
Tints of Blue Whale #09324E
RGB
CMYK
RGB Variations
Color information
#09324E (or 0x09324E) is known color: Blue Whale. HEX triplet: 09, 32 and 4E. RGB value is (9,50,78). Sum of RGB (Red+Green+Blue) = 9+50+78=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #09324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09324E is #F6CDB1. Grayscale: #282828. Windows color (decimal): -16174514 or 5124617. OLE color: 5124617.
HSL color Cylindrical-coordinate representation of color #09324E: hue angle of 204.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09324E is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 50 | 78 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.69 |
| HSL | 204.35º | 0.79% | 0.17% | - |
| HSV(B) | 204.35º | 0.88% | 0.31% | - |
| XYZ | 2.63 | 2.89 | 7.63 | - |
| YUV | 40.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 78 | 0.88 | 0.36 | 0 | 0.69 | 204.35 | 0.79 | 0.17 |
| Hex | 9 | 32 | 4E | 58 | 24 | 0 | 45 | CC | 4F | 11 |
| Octal | 11 | 62 | 116 | 130 | 44 | 0 | 105 | 314 | 117 | 21 |
| Binary | 1001 | 110010 | 1001110 | 1011000 | 100100 | 0 | 1000101 | 11001100 | 1001111 | 10001 |
Color Harmonies of #09324E
Complementary color
Monochromatic Colors of #09324E
Black with #09324E
Text Example
Text Example
White with #09324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09324E; }
p { color: rgb(9,50,78); }
H1.HeaderClassName
{
color: #09324E;
}
.AnyTagClassName
{
color: #09324E;
}
</style>
background-color css
<style>
a { background-color: #09324E; }
a { background-color: rgb(9,50,78); }
div.DivClassName
{
background-color: #09324E;
}
.BgClassName
{
background-color: #09324E;
}
</style>
border-color css
<style>
span { border-color: #09324E; }
span { border-color: rgb(9,50,78); }
td.TdClassName
{
border-color: #09324E;
}
.TagClassName
{
border-color: #09324E;
}
</style>