Shades of Blue Whale #09334E
Tints of Blue Whale #09334E
RGB
CMYK
RGB Variations
Color information
#09334E (or 0x09334E) is known color: Blue Whale. HEX triplet: 09, 33 and 4E. RGB value is (9,51,78). Sum of RGB (Red+Green+Blue) = 9+51+78=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #09334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09334E is #F6CCB1. Grayscale: #292929. Windows color (decimal): -16174258 or 5124873. OLE color: 5124873.
HSL color Cylindrical-coordinate representation of color #09334E: hue angle of 203.48º 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 #09334E is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 51 | 78 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.69 |
| HSL | 203.48º | 0.79% | 0.17% | - |
| HSV(B) | 203.48º | 0.88% | 0.31% | - |
| XYZ | 2.67 | 2.98 | 7.64 | - |
| YUV | 41.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 78 | 0.88 | 0.35 | 0 | 0.69 | 203.48 | 0.79 | 0.17 |
| Hex | 9 | 33 | 4E | 58 | 23 | 0 | 45 | CB | 4F | 11 |
| Octal | 11 | 63 | 116 | 130 | 43 | 0 | 105 | 313 | 117 | 21 |
| Binary | 1001 | 110011 | 1001110 | 1011000 | 100011 | 0 | 1000101 | 11001011 | 1001111 | 10001 |
Color Harmonies of #09334E
Complementary color
Monochromatic Colors of #09334E
Black with #09334E
Text Example
Text Example
White with #09334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09334E; }
p { color: rgb(9,51,78); }
H1.HeaderClassName
{
color: #09334E;
}
.AnyTagClassName
{
color: #09334E;
}
</style>
background-color css
<style>
a { background-color: #09334E; }
a { background-color: rgb(9,51,78); }
div.DivClassName
{
background-color: #09334E;
}
.BgClassName
{
background-color: #09334E;
}
</style>
border-color css
<style>
span { border-color: #09334E; }
span { border-color: rgb(9,51,78); }
td.TdClassName
{
border-color: #09334E;
}
.TagClassName
{
border-color: #09334E;
}
</style>