Shades of Blue Whale #092D40
Tints of Blue Whale #092D40
RGB
CMYK
RGB Variations
Color information
#092D40 (or 0x092D40) is known color: Blue Whale. HEX triplet: 09, 2D and 40. RGB value is (9,45,64). Sum of RGB (Red+Green+Blue) = 9+45+64=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #092D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D40 is #F6D2BF. Grayscale: #242424. Windows color (decimal): -16175808 or 4205833. OLE color: 4205833.
HSL color Cylindrical-coordinate representation of color #092D40: hue angle of 200.73º 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 #092D40 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 45 | 64 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.75 |
| HSL | 200.73º | 0.75% | 0.14% | - |
| HSV(B) | 200.73º | 0.86% | 0.25% | - |
| XYZ | 1.98 | 2.31 | 5.19 | - |
| YUV | 36.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 64 | 0.86 | 0.30 | 0 | 0.75 | 200.73 | 0.75 | 0.14 |
| Hex | 9 | 2D | 40 | 56 | 1E | 0 | 4B | C9 | 4B | E |
| Octal | 11 | 55 | 100 | 126 | 36 | 0 | 113 | 311 | 113 | 16 |
| Binary | 1001 | 101101 | 1000000 | 1010110 | 11110 | 0 | 1001011 | 11001001 | 1001011 | 1110 |
Color Harmonies of #092D40
Complementary color
Monochromatic Colors of #092D40
Black with #092D40
Text Example
Text Example
White with #092D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D40; }
p { color: rgb(9,45,64); }
H1.HeaderClassName
{
color: #092D40;
}
.AnyTagClassName
{
color: #092D40;
}
</style>
background-color css
<style>
a { background-color: #092D40; }
a { background-color: rgb(9,45,64); }
div.DivClassName
{
background-color: #092D40;
}
.BgClassName
{
background-color: #092D40;
}
</style>
border-color css
<style>
span { border-color: #092D40; }
span { border-color: rgb(9,45,64); }
td.TdClassName
{
border-color: #092D40;
}
.TagClassName
{
border-color: #092D40;
}
</style>