Shades of Blue Whale #09324A
Tints of Blue Whale #09324A
RGB
CMYK
RGB Variations
Color information
#09324A (or 0x09324A) is known color: Blue Whale. HEX triplet: 09, 32 and 4A. RGB value is (9,50,74). Sum of RGB (Red+Green+Blue) = 9+50+74=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #09324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09324A is #F6CDB5. Grayscale: #282828. Windows color (decimal): -16174518 or 4862473. OLE color: 4862473.
HSL color Cylindrical-coordinate representation of color #09324A: hue angle of 202.15º 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 #09324A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 50 | 74 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.71 |
| HSL | 202.15º | 0.78% | 0.16% | - |
| HSV(B) | 202.15º | 0.88% | 0.29% | - |
| XYZ | 2.49 | 2.83 | 6.89 | - |
| YUV | 40.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 74 | 0.88 | 0.32 | 0 | 0.71 | 202.15 | 0.78 | 0.16 |
| Hex | 9 | 32 | 4A | 58 | 20 | 0 | 47 | CA | 4E | 10 |
| Octal | 11 | 62 | 112 | 130 | 40 | 0 | 107 | 312 | 116 | 20 |
| Binary | 1001 | 110010 | 1001010 | 1011000 | 100000 | 0 | 1000111 | 11001010 | 1001110 | 10000 |
Color Harmonies of #09324A
Complementary color
Monochromatic Colors of #09324A
Black with #09324A
Text Example
Text Example
White with #09324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09324A; }
p { color: rgb(9,50,74); }
H1.HeaderClassName
{
color: #09324A;
}
.AnyTagClassName
{
color: #09324A;
}
</style>
background-color css
<style>
a { background-color: #09324A; }
a { background-color: rgb(9,50,74); }
div.DivClassName
{
background-color: #09324A;
}
.BgClassName
{
background-color: #09324A;
}
</style>
border-color css
<style>
span { border-color: #09324A; }
span { border-color: rgb(9,50,74); }
td.TdClassName
{
border-color: #09324A;
}
.TagClassName
{
border-color: #09324A;
}
</style>