Shades of Blue Whale #09313E
Tints of Blue Whale #09313E
RGB
CMYK
RGB Variations
Color information
#09313E (or 0x09313E) is known color: Blue Whale. HEX triplet: 09, 31 and 3E. RGB value is (9,49,62). Sum of RGB (Red+Green+Blue) = 9+49+62=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #09313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313E is #F6CEC1. Grayscale: #262626. Windows color (decimal): -16174786 or 4075785. OLE color: 4075785.
HSL color Cylindrical-coordinate representation of color #09313E: hue angle of 194.72º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09313E is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 49 | 62 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.76 |
| HSL | 194.72º | 0.75% | 0.14% | - |
| HSV(B) | 194.72º | 0.85% | 0.24% | - |
| XYZ | 2.08 | 2.6 | 4.95 | - |
| YUV | 38.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 62 | 0.85 | 0.21 | 0 | 0.76 | 194.72 | 0.75 | 0.14 |
| Hex | 9 | 31 | 3E | 55 | 15 | 0 | 4C | C3 | 4B | E |
| Octal | 11 | 61 | 76 | 125 | 25 | 0 | 114 | 303 | 113 | 16 |
| Binary | 1001 | 110001 | 111110 | 1010101 | 10101 | 0 | 1001100 | 11000011 | 1001011 | 1110 |
Color Harmonies of #09313E
Complementary color
Monochromatic Colors of #09313E
Black with #09313E
Text Example
Text Example
White with #09313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09313E; }
p { color: rgb(9,49,62); }
H1.HeaderClassName
{
color: #09313E;
}
.AnyTagClassName
{
color: #09313E;
}
</style>
background-color css
<style>
a { background-color: #09313E; }
a { background-color: rgb(9,49,62); }
div.DivClassName
{
background-color: #09313E;
}
.BgClassName
{
background-color: #09313E;
}
</style>
border-color css
<style>
span { border-color: #09313E; }
span { border-color: rgb(9,49,62); }
td.TdClassName
{
border-color: #09313E;
}
.TagClassName
{
border-color: #09313E;
}
</style>