Shades of Blue Whale #09334C
Tints of Blue Whale #09334C
RGB
CMYK
RGB Variations
Color information
#09334C (or 0x09334C) is known color: Blue Whale. HEX triplet: 09, 33 and 4C. RGB value is (9,51,76). Sum of RGB (Red+Green+Blue) = 9+51+76=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #09334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09334C is #F6CCB3. Grayscale: #292929. Windows color (decimal): -16174260 or 4993801. OLE color: 4993801.
HSL color Cylindrical-coordinate representation of color #09334C: hue angle of 202.39º 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 #09334C is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 51 | 76 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.70 |
| HSL | 202.39º | 0.79% | 0.17% | - |
| HSV(B) | 202.39º | 0.88% | 0.3% | - |
| XYZ | 2.6 | 2.95 | 7.27 | - |
| YUV | 41.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 76 | 0.88 | 0.33 | 0 | 0.70 | 202.39 | 0.79 | 0.17 |
| Hex | 9 | 33 | 4C | 58 | 21 | 0 | 46 | CA | 4F | 11 |
| Octal | 11 | 63 | 114 | 130 | 41 | 0 | 106 | 312 | 117 | 21 |
| Binary | 1001 | 110011 | 1001100 | 1011000 | 100001 | 0 | 1000110 | 11001010 | 1001111 | 10001 |
Color Harmonies of #09334C
Complementary color
Monochromatic Colors of #09334C
Black with #09334C
Text Example
Text Example
White with #09334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09334C; }
p { color: rgb(9,51,76); }
H1.HeaderClassName
{
color: #09334C;
}
.AnyTagClassName
{
color: #09334C;
}
</style>
background-color css
<style>
a { background-color: #09334C; }
a { background-color: rgb(9,51,76); }
div.DivClassName
{
background-color: #09334C;
}
.BgClassName
{
background-color: #09334C;
}
</style>
border-color css
<style>
span { border-color: #09334C; }
span { border-color: rgb(9,51,76); }
td.TdClassName
{
border-color: #09334C;
}
.TagClassName
{
border-color: #09334C;
}
</style>