Shades of Blue Whale #09374E
Tints of Blue Whale #09374E
RGB
CMYK
RGB Variations
Color information
#09374E (or 0x09374E) is known color: Blue Whale. HEX triplet: 09, 37 and 4E. RGB value is (9,55,78). Sum of RGB (Red+Green+Blue) = 9+55+78=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #09374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09374E is #F6C8B1. Grayscale: #2B2B2B. Windows color (decimal): -16173234 or 5125897. OLE color: 5125897.
HSL color Cylindrical-coordinate representation of color #09374E: hue angle of 200º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09374E is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 55 | 78 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.69 |
| HSL | 200º | 0.79% | 0.17% | - |
| HSV(B) | 200º | 0.88% | 0.31% | - |
| XYZ | 2.85 | 3.34 | 7.7 | - |
| YUV | 43.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 78 | 0.88 | 0.29 | 0 | 0.69 | 200 | 0.79 | 0.17 |
| Hex | 9 | 37 | 4E | 58 | 1D | 0 | 45 | C8 | 4F | 11 |
| Octal | 11 | 67 | 116 | 130 | 35 | 0 | 105 | 310 | 117 | 21 |
| Binary | 1001 | 110111 | 1001110 | 1011000 | 11101 | 0 | 1000101 | 11001000 | 1001111 | 10001 |
Color Harmonies of #09374E
Complementary color
Monochromatic Colors of #09374E
Black with #09374E
Text Example
Text Example
White with #09374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09374E; }
p { color: rgb(9,55,78); }
H1.HeaderClassName
{
color: #09374E;
}
.AnyTagClassName
{
color: #09374E;
}
</style>
background-color css
<style>
a { background-color: #09374E; }
a { background-color: rgb(9,55,78); }
div.DivClassName
{
background-color: #09374E;
}
.BgClassName
{
background-color: #09374E;
}
</style>
border-color css
<style>
span { border-color: #09374E; }
span { border-color: rgb(9,55,78); }
td.TdClassName
{
border-color: #09374E;
}
.TagClassName
{
border-color: #09374E;
}
</style>