Shades of Blue Whale #092D4D
Tints of Blue Whale #092D4D
RGB
CMYK
RGB Variations
Color information
#092D4D (or 0x092D4D) is known color: Blue Whale. HEX triplet: 09, 2D and 4D. RGB value is (9,45,77). Sum of RGB (Red+Green+Blue) = 9+45+77=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #092D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D4D is #F6D2B2. Grayscale: #252525. Windows color (decimal): -16175795 or 5057801. OLE color: 5057801.
HSL color Cylindrical-coordinate representation of color #092D4D: hue angle of 208.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092D4D is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 45 | 77 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.70 |
| HSL | 208.24º | 0.79% | 0.17% | - |
| HSV(B) | 208.24º | 0.88% | 0.3% | - |
| XYZ | 2.39 | 2.47 | 7.37 | - |
| YUV | 37.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 77 | 0.88 | 0.42 | 0 | 0.70 | 208.24 | 0.79 | 0.17 |
| Hex | 9 | 2D | 4D | 58 | 2A | 0 | 46 | D0 | 4F | 11 |
| Octal | 11 | 55 | 115 | 130 | 52 | 0 | 106 | 320 | 117 | 21 |
| Binary | 1001 | 101101 | 1001101 | 1011000 | 101010 | 0 | 1000110 | 11010000 | 1001111 | 10001 |
Color Harmonies of #092D4D
Complementary color
Monochromatic Colors of #092D4D
Black with #092D4D
Text Example
Text Example
White with #092D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D4D; }
p { color: rgb(9,45,77); }
H1.HeaderClassName
{
color: #092D4D;
}
.AnyTagClassName
{
color: #092D4D;
}
</style>
background-color css
<style>
a { background-color: #092D4D; }
a { background-color: rgb(9,45,77); }
div.DivClassName
{
background-color: #092D4D;
}
.BgClassName
{
background-color: #092D4D;
}
</style>
border-color css
<style>
span { border-color: #092D4D; }
span { border-color: rgb(9,45,77); }
td.TdClassName
{
border-color: #092D4D;
}
.TagClassName
{
border-color: #092D4D;
}
</style>