Shades of Blue Whale #09354B
Tints of Blue Whale #09354B
RGB
CMYK
RGB Variations
Color information
#09354B (or 0x09354B) is known color: Blue Whale. HEX triplet: 09, 35 and 4B. RGB value is (9,53,75). Sum of RGB (Red+Green+Blue) = 9+53+75=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #09354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09354B is #F6CAB4. Grayscale: #2A2A2A. Windows color (decimal): -16173749 or 4928777. OLE color: 4928777.
HSL color Cylindrical-coordinate representation of color #09354B: hue angle of 200º 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 #09354B is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 53 | 75 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.71 |
| HSL | 200º | 0.79% | 0.16% | - |
| HSV(B) | 200º | 0.88% | 0.29% | - |
| XYZ | 2.66 | 3.11 | 7.12 | - |
| YUV | 42.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 75 | 0.88 | 0.29 | 0 | 0.71 | 200 | 0.79 | 0.16 |
| Hex | 9 | 35 | 4B | 58 | 1D | 0 | 47 | C8 | 4F | 10 |
| Octal | 11 | 65 | 113 | 130 | 35 | 0 | 107 | 310 | 117 | 20 |
| Binary | 1001 | 110101 | 1001011 | 1011000 | 11101 | 0 | 1000111 | 11001000 | 1001111 | 10000 |
Color Harmonies of #09354B
Complementary color
Monochromatic Colors of #09354B
Black with #09354B
Text Example
Text Example
White with #09354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09354B; }
p { color: rgb(9,53,75); }
H1.HeaderClassName
{
color: #09354B;
}
.AnyTagClassName
{
color: #09354B;
}
</style>
background-color css
<style>
a { background-color: #09354B; }
a { background-color: rgb(9,53,75); }
div.DivClassName
{
background-color: #09354B;
}
.BgClassName
{
background-color: #09354B;
}
</style>
border-color css
<style>
span { border-color: #09354B; }
span { border-color: rgb(9,53,75); }
td.TdClassName
{
border-color: #09354B;
}
.TagClassName
{
border-color: #09354B;
}
</style>