Shades of Blue Whale #09364D
Tints of Blue Whale #09364D
RGB
CMYK
RGB Variations
Color information
#09364D (or 0x09364D) is known color: Blue Whale. HEX triplet: 09, 36 and 4D. RGB value is (9,54,77). Sum of RGB (Red+Green+Blue) = 9+54+77=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #09364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09364D is #F6C9B2. Grayscale: #2B2B2B. Windows color (decimal): -16173491 or 5060105. OLE color: 5060105.
HSL color Cylindrical-coordinate representation of color #09364D: hue angle of 200.29º 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 #09364D is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 54 | 77 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.70 |
| HSL | 200.29º | 0.79% | 0.17% | - |
| HSV(B) | 200.29º | 0.88% | 0.3% | - |
| XYZ | 2.77 | 3.23 | 7.5 | - |
| YUV | 43.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 77 | 0.88 | 0.30 | 0 | 0.70 | 200.29 | 0.79 | 0.17 |
| Hex | 9 | 36 | 4D | 58 | 1E | 0 | 46 | C8 | 4F | 11 |
| Octal | 11 | 66 | 115 | 130 | 36 | 0 | 106 | 310 | 117 | 21 |
| Binary | 1001 | 110110 | 1001101 | 1011000 | 11110 | 0 | 1000110 | 11001000 | 1001111 | 10001 |
Color Harmonies of #09364D
Complementary color
Monochromatic Colors of #09364D
Black with #09364D
Text Example
Text Example
White with #09364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09364D; }
p { color: rgb(9,54,77); }
H1.HeaderClassName
{
color: #09364D;
}
.AnyTagClassName
{
color: #09364D;
}
</style>
background-color css
<style>
a { background-color: #09364D; }
a { background-color: rgb(9,54,77); }
div.DivClassName
{
background-color: #09364D;
}
.BgClassName
{
background-color: #09364D;
}
</style>
border-color css
<style>
span { border-color: #09364D; }
span { border-color: rgb(9,54,77); }
td.TdClassName
{
border-color: #09364D;
}
.TagClassName
{
border-color: #09364D;
}
</style>