Shades of Blue Whale #093A50
Tints of Blue Whale #093A50
RGB
CMYK
RGB Variations
Color information
#093A50 (or 0x093A50) is known color: Blue Whale. HEX triplet: 09, 3A and 50. RGB value is (9,58,80). Sum of RGB (Red+Green+Blue) = 9+58+80=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #093A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A50 is #F6C5AF. Grayscale: #2D2D2D. Windows color (decimal): -16172464 or 5257737. OLE color: 5257737.
HSL color Cylindrical-coordinate representation of color #093A50: hue angle of 198.59º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093A50 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 58 | 80 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.69 |
| HSL | 198.59º | 0.8% | 0.17% | - |
| HSV(B) | 198.59º | 0.89% | 0.31% | - |
| XYZ | 3.07 | 3.66 | 8.13 | - |
| YUV | 45.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 80 | 0.89 | 0.28 | 0 | 0.69 | 198.59 | 0.8 | 0.17 |
| Hex | 9 | 3A | 50 | 59 | 1C | 0 | 45 | C7 | 50 | 11 |
| Octal | 11 | 72 | 120 | 131 | 34 | 0 | 105 | 307 | 120 | 21 |
| Binary | 1001 | 111010 | 1010000 | 1011001 | 11100 | 0 | 1000101 | 11000111 | 1010000 | 10001 |
Color Harmonies of #093A50
Complementary color
Monochromatic Colors of #093A50
Black with #093A50
Text Example
Text Example
White with #093A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A50; }
p { color: rgb(9,58,80); }
H1.HeaderClassName
{
color: #093A50;
}
.AnyTagClassName
{
color: #093A50;
}
</style>
background-color css
<style>
a { background-color: #093A50; }
a { background-color: rgb(9,58,80); }
div.DivClassName
{
background-color: #093A50;
}
.BgClassName
{
background-color: #093A50;
}
</style>
border-color css
<style>
span { border-color: #093A50; }
span { border-color: rgb(9,58,80); }
td.TdClassName
{
border-color: #093A50;
}
.TagClassName
{
border-color: #093A50;
}
</style>