Shades of Blue Whale #093450
Tints of Blue Whale #093450
RGB
CMYK
RGB Variations
Color information
#093450 (or 0x093450) is known color: Blue Whale. HEX triplet: 09, 34 and 50. RGB value is (9,52,80). Sum of RGB (Red+Green+Blue) = 9+52+80=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #093450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093450 is #F6CBAF. Grayscale: #2A2A2A. Windows color (decimal): -16174000 or 5256201. OLE color: 5256201.
HSL color Cylindrical-coordinate representation of color #093450: hue angle of 203.66º 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 #093450 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 52 | 80 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.69 |
| HSL | 203.66º | 0.8% | 0.17% | - |
| HSV(B) | 203.66º | 0.89% | 0.31% | - |
| XYZ | 2.79 | 3.09 | 8.04 | - |
| YUV | 42.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 80 | 0.89 | 0.35 | 0 | 0.69 | 203.66 | 0.8 | 0.17 |
| Hex | 9 | 34 | 50 | 59 | 23 | 0 | 45 | CC | 50 | 11 |
| Octal | 11 | 64 | 120 | 131 | 43 | 0 | 105 | 314 | 120 | 21 |
| Binary | 1001 | 110100 | 1010000 | 1011001 | 100011 | 0 | 1000101 | 11001100 | 1010000 | 10001 |
Color Harmonies of #093450
Complementary color
Monochromatic Colors of #093450
Black with #093450
Text Example
Text Example
White with #093450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093450; }
p { color: rgb(9,52,80); }
H1.HeaderClassName
{
color: #093450;
}
.AnyTagClassName
{
color: #093450;
}
</style>
background-color css
<style>
a { background-color: #093450; }
a { background-color: rgb(9,52,80); }
div.DivClassName
{
background-color: #093450;
}
.BgClassName
{
background-color: #093450;
}
</style>
border-color css
<style>
span { border-color: #093450; }
span { border-color: rgb(9,52,80); }
td.TdClassName
{
border-color: #093450;
}
.TagClassName
{
border-color: #093450;
}
</style>