Shades of Blue Whale #092E40
Tints of Blue Whale #092E40
RGB
CMYK
RGB Variations
Color information
#092E40 (or 0x092E40) is known color: Blue Whale. HEX triplet: 09, 2E and 40. RGB value is (9,46,64). Sum of RGB (Red+Green+Blue) = 9+46+64=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #092E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E40 is #F6D1BF. Grayscale: #242424. Windows color (decimal): -16175552 or 4206089. OLE color: 4206089.
HSL color Cylindrical-coordinate representation of color #092E40: hue angle of 199.64º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092E40 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 46 | 64 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.75 |
| HSL | 199.64º | 0.75% | 0.14% | - |
| HSV(B) | 199.64º | 0.86% | 0.25% | - |
| XYZ | 2.02 | 2.38 | 5.2 | - |
| YUV | 36.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 64 | 0.86 | 0.28 | 0 | 0.75 | 199.64 | 0.75 | 0.14 |
| Hex | 9 | 2E | 40 | 56 | 1C | 0 | 4B | C8 | 4B | E |
| Octal | 11 | 56 | 100 | 126 | 34 | 0 | 113 | 310 | 113 | 16 |
| Binary | 1001 | 101110 | 1000000 | 1010110 | 11100 | 0 | 1001011 | 11001000 | 1001011 | 1110 |
Color Harmonies of #092E40
Complementary color
Monochromatic Colors of #092E40
Black with #092E40
Text Example
Text Example
White with #092E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E40; }
p { color: rgb(9,46,64); }
H1.HeaderClassName
{
color: #092E40;
}
.AnyTagClassName
{
color: #092E40;
}
</style>
background-color css
<style>
a { background-color: #092E40; }
a { background-color: rgb(9,46,64); }
div.DivClassName
{
background-color: #092E40;
}
.BgClassName
{
background-color: #092E40;
}
</style>
border-color css
<style>
span { border-color: #092E40; }
span { border-color: rgb(9,46,64); }
td.TdClassName
{
border-color: #092E40;
}
.TagClassName
{
border-color: #092E40;
}
</style>