Shades of Blue Whale #092D47
Tints of Blue Whale #092D47
RGB
CMYK
RGB Variations
Color information
#092D47 (or 0x092D47) is known color: Blue Whale. HEX triplet: 09, 2D and 47. RGB value is (9,45,71). Sum of RGB (Red+Green+Blue) = 9+45+71=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #092D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D47 is #F6D2B8. Grayscale: #252525. Windows color (decimal): -16175801 or 4664585. OLE color: 4664585.
HSL color Cylindrical-coordinate representation of color #092D47: hue angle of 205.16º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092D47 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 45 | 71 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.72 |
| HSL | 205.16º | 0.78% | 0.16% | - |
| HSV(B) | 205.16º | 0.87% | 0.28% | - |
| XYZ | 2.19 | 2.39 | 6.31 | - |
| YUV | 37.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 71 | 0.87 | 0.37 | 0 | 0.72 | 205.16 | 0.78 | 0.16 |
| Hex | 9 | 2D | 47 | 57 | 25 | 0 | 48 | CD | 4E | 10 |
| Octal | 11 | 55 | 107 | 127 | 45 | 0 | 110 | 315 | 116 | 20 |
| Binary | 1001 | 101101 | 1000111 | 1010111 | 100101 | 0 | 1001000 | 11001101 | 1001110 | 10000 |
Color Harmonies of #092D47
Complementary color
Monochromatic Colors of #092D47
Black with #092D47
Text Example
Text Example
White with #092D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D47; }
p { color: rgb(9,45,71); }
H1.HeaderClassName
{
color: #092D47;
}
.AnyTagClassName
{
color: #092D47;
}
</style>
background-color css
<style>
a { background-color: #092D47; }
a { background-color: rgb(9,45,71); }
div.DivClassName
{
background-color: #092D47;
}
.BgClassName
{
background-color: #092D47;
}
</style>
border-color css
<style>
span { border-color: #092D47; }
span { border-color: rgb(9,45,71); }
td.TdClassName
{
border-color: #092D47;
}
.TagClassName
{
border-color: #092D47;
}
</style>