Shades of Blue Whale #09334B
Tints of Blue Whale #09334B
RGB
CMYK
RGB Variations
Color information
#09334B (or 0x09334B) is known color: Blue Whale. HEX triplet: 09, 33 and 4B. RGB value is (9,51,75). Sum of RGB (Red+Green+Blue) = 9+51+75=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #09334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09334B is #F6CCB4. Grayscale: #292929. Windows color (decimal): -16174261 or 4928265. OLE color: 4928265.
HSL color Cylindrical-coordinate representation of color #09334B: hue angle of 201.82º 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 #09334B is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 51 | 75 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.71 |
| HSL | 201.82º | 0.79% | 0.16% | - |
| HSV(B) | 201.82º | 0.88% | 0.29% | - |
| XYZ | 2.57 | 2.93 | 7.09 | - |
| YUV | 41.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 75 | 0.88 | 0.32 | 0 | 0.71 | 201.82 | 0.79 | 0.16 |
| Hex | 9 | 33 | 4B | 58 | 20 | 0 | 47 | CA | 4F | 10 |
| Octal | 11 | 63 | 113 | 130 | 40 | 0 | 107 | 312 | 117 | 20 |
| Binary | 1001 | 110011 | 1001011 | 1011000 | 100000 | 0 | 1000111 | 11001010 | 1001111 | 10000 |
Color Harmonies of #09334B
Complementary color
Monochromatic Colors of #09334B
Black with #09334B
Text Example
Text Example
White with #09334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09334B; }
p { color: rgb(9,51,75); }
H1.HeaderClassName
{
color: #09334B;
}
.AnyTagClassName
{
color: #09334B;
}
</style>
background-color css
<style>
a { background-color: #09334B; }
a { background-color: rgb(9,51,75); }
div.DivClassName
{
background-color: #09334B;
}
.BgClassName
{
background-color: #09334B;
}
</style>
border-color css
<style>
span { border-color: #09334B; }
span { border-color: rgb(9,51,75); }
td.TdClassName
{
border-color: #09334B;
}
.TagClassName
{
border-color: #09334B;
}
</style>