Shades of Blue Whale #09384D
Tints of Blue Whale #09384D
RGB
CMYK
RGB Variations
Color information
#09384D (or 0x09384D) is known color: Blue Whale. HEX triplet: 09, 38 and 4D. RGB value is (9,56,77). Sum of RGB (Red+Green+Blue) = 9+56+77=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #09384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09384D is #F6C7B2. Grayscale: #2C2C2C. Windows color (decimal): -16172979 or 5060617. OLE color: 5060617.
HSL color Cylindrical-coordinate representation of color #09384D: hue angle of 198.53º 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 #09384D is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 56 | 77 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.70 |
| HSL | 198.53º | 0.79% | 0.17% | - |
| HSV(B) | 198.53º | 0.88% | 0.3% | - |
| XYZ | 2.87 | 3.42 | 7.53 | - |
| YUV | 44.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 77 | 0.88 | 0.27 | 0 | 0.70 | 198.53 | 0.79 | 0.17 |
| Hex | 9 | 38 | 4D | 58 | 1B | 0 | 46 | C7 | 4F | 11 |
| Octal | 11 | 70 | 115 | 130 | 33 | 0 | 106 | 307 | 117 | 21 |
| Binary | 1001 | 111000 | 1001101 | 1011000 | 11011 | 0 | 1000110 | 11000111 | 1001111 | 10001 |
Color Harmonies of #09384D
Complementary color
Monochromatic Colors of #09384D
Black with #09384D
Text Example
Text Example
White with #09384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09384D; }
p { color: rgb(9,56,77); }
H1.HeaderClassName
{
color: #09384D;
}
.AnyTagClassName
{
color: #09384D;
}
</style>
background-color css
<style>
a { background-color: #09384D; }
a { background-color: rgb(9,56,77); }
div.DivClassName
{
background-color: #09384D;
}
.BgClassName
{
background-color: #09384D;
}
</style>
border-color css
<style>
span { border-color: #09384D; }
span { border-color: rgb(9,56,77); }
td.TdClassName
{
border-color: #09384D;
}
.TagClassName
{
border-color: #09384D;
}
</style>