Shades of Blue Whale #092B4D
Tints of Blue Whale #092B4D
RGB
CMYK
RGB Variations
Color information
#092B4D (or 0x092B4D) is known color: Blue Whale. HEX triplet: 09, 2B and 4D. RGB value is (9,43,77). Sum of RGB (Red+Green+Blue) = 9+43+77=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #092B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B4D is #F6D4B2. Grayscale: #242424. Windows color (decimal): -16176307 or 5057289. OLE color: 5057289.
HSL color Cylindrical-coordinate representation of color #092B4D: hue angle of 210º 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 #092B4D is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 43 | 77 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.70 |
| HSL | 210º | 0.79% | 0.17% | - |
| HSV(B) | 210º | 0.88% | 0.3% | - |
| XYZ | 2.32 | 2.32 | 7.35 | - |
| YUV | 36.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 77 | 0.88 | 0.44 | 0 | 0.70 | 210 | 0.79 | 0.17 |
| Hex | 9 | 2B | 4D | 58 | 2C | 0 | 46 | D2 | 4F | 11 |
| Octal | 11 | 53 | 115 | 130 | 54 | 0 | 106 | 322 | 117 | 21 |
| Binary | 1001 | 101011 | 1001101 | 1011000 | 101100 | 0 | 1000110 | 11010010 | 1001111 | 10001 |
Color Harmonies of #092B4D
Complementary color
Monochromatic Colors of #092B4D
Black with #092B4D
Text Example
Text Example
White with #092B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B4D; }
p { color: rgb(9,43,77); }
H1.HeaderClassName
{
color: #092B4D;
}
.AnyTagClassName
{
color: #092B4D;
}
</style>
background-color css
<style>
a { background-color: #092B4D; }
a { background-color: rgb(9,43,77); }
div.DivClassName
{
background-color: #092B4D;
}
.BgClassName
{
background-color: #092B4D;
}
</style>
border-color css
<style>
span { border-color: #092B4D; }
span { border-color: rgb(9,43,77); }
td.TdClassName
{
border-color: #092B4D;
}
.TagClassName
{
border-color: #092B4D;
}
</style>