Shades of Blue Whale #092D41
Tints of Blue Whale #092D41
RGB
CMYK
RGB Variations
Color information
#092D41 (or 0x092D41) is known color: Blue Whale. HEX triplet: 09, 2D and 41. RGB value is (9,45,65). Sum of RGB (Red+Green+Blue) = 9+45+65=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #092D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D41 is #F6D2BE. Grayscale: #242424. Windows color (decimal): -16175807 or 4271369. OLE color: 4271369.
HSL color Cylindrical-coordinate representation of color #092D41: hue angle of 201.43º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092D41 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 45 | 65 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.75 |
| HSL | 201.43º | 0.76% | 0.15% | - |
| HSV(B) | 201.43º | 0.86% | 0.25% | - |
| XYZ | 2.01 | 2.32 | 5.34 | - |
| YUV | 36.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 65 | 0.86 | 0.31 | 0 | 0.75 | 201.43 | 0.76 | 0.15 |
| Hex | 9 | 2D | 41 | 56 | 1F | 0 | 4B | C9 | 4C | F |
| Octal | 11 | 55 | 101 | 126 | 37 | 0 | 113 | 311 | 114 | 17 |
| Binary | 1001 | 101101 | 1000001 | 1010110 | 11111 | 0 | 1001011 | 11001001 | 1001100 | 1111 |
Color Harmonies of #092D41
Complementary color
Monochromatic Colors of #092D41
Black with #092D41
Text Example
Text Example
White with #092D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D41; }
p { color: rgb(9,45,65); }
H1.HeaderClassName
{
color: #092D41;
}
.AnyTagClassName
{
color: #092D41;
}
</style>
background-color css
<style>
a { background-color: #092D41; }
a { background-color: rgb(9,45,65); }
div.DivClassName
{
background-color: #092D41;
}
.BgClassName
{
background-color: #092D41;
}
</style>
border-color css
<style>
span { border-color: #092D41; }
span { border-color: rgb(9,45,65); }
td.TdClassName
{
border-color: #092D41;
}
.TagClassName
{
border-color: #092D41;
}
</style>