Shades of Blue Whale #092E42
Tints of Blue Whale #092E42
RGB
CMYK
RGB Variations
Color information
#092E42 (or 0x092E42) is known color: Blue Whale. HEX triplet: 09, 2E and 42. RGB value is (9,46,66). Sum of RGB (Red+Green+Blue) = 9+46+66=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #092E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E42 is #F6D1BD. Grayscale: #252525. Windows color (decimal): -16175550 or 4337161. OLE color: 4337161.
HSL color Cylindrical-coordinate representation of color #092E42: hue angle of 201.05º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092E42 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 46 | 66 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.74 |
| HSL | 201.05º | 0.76% | 0.15% | - |
| HSV(B) | 201.05º | 0.86% | 0.26% | - |
| XYZ | 2.07 | 2.41 | 5.51 | - |
| YUV | 37.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 66 | 0.86 | 0.30 | 0 | 0.74 | 201.05 | 0.76 | 0.15 |
| Hex | 9 | 2E | 42 | 56 | 1E | 0 | 4A | C9 | 4C | F |
| Octal | 11 | 56 | 102 | 126 | 36 | 0 | 112 | 311 | 114 | 17 |
| Binary | 1001 | 101110 | 1000010 | 1010110 | 11110 | 0 | 1001010 | 11001001 | 1001100 | 1111 |
Color Harmonies of #092E42
Complementary color
Monochromatic Colors of #092E42
Black with #092E42
Text Example
Text Example
White with #092E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E42; }
p { color: rgb(9,46,66); }
H1.HeaderClassName
{
color: #092E42;
}
.AnyTagClassName
{
color: #092E42;
}
</style>
background-color css
<style>
a { background-color: #092E42; }
a { background-color: rgb(9,46,66); }
div.DivClassName
{
background-color: #092E42;
}
.BgClassName
{
background-color: #092E42;
}
</style>
border-color css
<style>
span { border-color: #092E42; }
span { border-color: rgb(9,46,66); }
td.TdClassName
{
border-color: #092E42;
}
.TagClassName
{
border-color: #092E42;
}
</style>