Shades of Blue Whale #09324B
Tints of Blue Whale #09324B
RGB
CMYK
RGB Variations
Color information
#09324B (or 0x09324B) is known color: Blue Whale. HEX triplet: 09, 32 and 4B. RGB value is (9,50,75). Sum of RGB (Red+Green+Blue) = 9+50+75=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #09324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09324B is #F6CDB4. Grayscale: #282828. Windows color (decimal): -16174517 or 4928009. OLE color: 4928009.
HSL color Cylindrical-coordinate representation of color #09324B: hue angle of 202.73º degrees, saturation: 0.79, 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 #09324B is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 50 | 75 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.71 |
| HSL | 202.73º | 0.79% | 0.16% | - |
| HSV(B) | 202.73º | 0.88% | 0.29% | - |
| XYZ | 2.52 | 2.85 | 7.07 | - |
| YUV | 40.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 75 | 0.88 | 0.33 | 0 | 0.71 | 202.73 | 0.79 | 0.16 |
| Hex | 9 | 32 | 4B | 58 | 21 | 0 | 47 | CB | 4F | 10 |
| Octal | 11 | 62 | 113 | 130 | 41 | 0 | 107 | 313 | 117 | 20 |
| Binary | 1001 | 110010 | 1001011 | 1011000 | 100001 | 0 | 1000111 | 11001011 | 1001111 | 10000 |
Color Harmonies of #09324B
Complementary color
Monochromatic Colors of #09324B
Black with #09324B
Text Example
Text Example
White with #09324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09324B; }
p { color: rgb(9,50,75); }
H1.HeaderClassName
{
color: #09324B;
}
.AnyTagClassName
{
color: #09324B;
}
</style>
background-color css
<style>
a { background-color: #09324B; }
a { background-color: rgb(9,50,75); }
div.DivClassName
{
background-color: #09324B;
}
.BgClassName
{
background-color: #09324B;
}
</style>
border-color css
<style>
span { border-color: #09324B; }
span { border-color: rgb(9,50,75); }
td.TdClassName
{
border-color: #09324B;
}
.TagClassName
{
border-color: #09324B;
}
</style>