Shades of Blue Whale #093746
Tints of Blue Whale #093746
RGB
CMYK
RGB Variations
Color information
#093746 (or 0x093746) is known color: Blue Whale. HEX triplet: 09, 37 and 46. RGB value is (9,55,70). Sum of RGB (Red+Green+Blue) = 9+55+70=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #093746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093746 is #F6C8B9. Grayscale: #2A2A2A. Windows color (decimal): -16173242 or 4601609. OLE color: 4601609.
HSL color Cylindrical-coordinate representation of color #093746: hue angle of 194.75º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093746 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 55 | 70 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.73 |
| HSL | 194.75º | 0.77% | 0.15% | - |
| HSV(B) | 194.75º | 0.87% | 0.27% | - |
| XYZ | 2.58 | 3.23 | 6.28 | - |
| YUV | 42.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 70 | 0.87 | 0.21 | 0 | 0.73 | 194.75 | 0.77 | 0.15 |
| Hex | 9 | 37 | 46 | 57 | 15 | 0 | 49 | C3 | 4D | F |
| Octal | 11 | 67 | 106 | 127 | 25 | 0 | 111 | 303 | 115 | 17 |
| Binary | 1001 | 110111 | 1000110 | 1010111 | 10101 | 0 | 1001001 | 11000011 | 1001101 | 1111 |
Color Harmonies of #093746
Complementary color
Monochromatic Colors of #093746
Black with #093746
Text Example
Text Example
White with #093746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093746; }
p { color: rgb(9,55,70); }
H1.HeaderClassName
{
color: #093746;
}
.AnyTagClassName
{
color: #093746;
}
</style>
background-color css
<style>
a { background-color: #093746; }
a { background-color: rgb(9,55,70); }
div.DivClassName
{
background-color: #093746;
}
.BgClassName
{
background-color: #093746;
}
</style>
border-color css
<style>
span { border-color: #093746; }
span { border-color: rgb(9,55,70); }
td.TdClassName
{
border-color: #093746;
}
.TagClassName
{
border-color: #093746;
}
</style>