Shades of Blue Whale #092D4E
Tints of Blue Whale #092D4E
RGB
CMYK
RGB Variations
Color information
#092D4E (or 0x092D4E) is known color: Blue Whale. HEX triplet: 09, 2D and 4E. RGB value is (9,45,78). Sum of RGB (Red+Green+Blue) = 9+45+78=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #092D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D4E is #F6D2B1. Grayscale: #252525. Windows color (decimal): -16175794 or 5123337. OLE color: 5123337.
HSL color Cylindrical-coordinate representation of color #092D4E: hue angle of 208.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092D4E is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 45 | 78 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.69 |
| HSL | 208.7º | 0.79% | 0.17% | - |
| HSV(B) | 208.7º | 0.88% | 0.31% | - |
| XYZ | 2.43 | 2.48 | 7.56 | - |
| YUV | 38 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 78 | 0.88 | 0.42 | 0 | 0.69 | 208.7 | 0.79 | 0.17 |
| Hex | 9 | 2D | 4E | 58 | 2A | 0 | 45 | D1 | 4F | 11 |
| Octal | 11 | 55 | 116 | 130 | 52 | 0 | 105 | 321 | 117 | 21 |
| Binary | 1001 | 101101 | 1001110 | 1011000 | 101010 | 0 | 1000101 | 11010001 | 1001111 | 10001 |
Color Harmonies of #092D4E
Complementary color
Monochromatic Colors of #092D4E
Black with #092D4E
Text Example
Text Example
White with #092D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D4E; }
p { color: rgb(9,45,78); }
H1.HeaderClassName
{
color: #092D4E;
}
.AnyTagClassName
{
color: #092D4E;
}
</style>
background-color css
<style>
a { background-color: #092D4E; }
a { background-color: rgb(9,45,78); }
div.DivClassName
{
background-color: #092D4E;
}
.BgClassName
{
background-color: #092D4E;
}
</style>
border-color css
<style>
span { border-color: #092D4E; }
span { border-color: rgb(9,45,78); }
td.TdClassName
{
border-color: #092D4E;
}
.TagClassName
{
border-color: #092D4E;
}
</style>