Shades of Blue Whale #09374A
Tints of Blue Whale #09374A
RGB
CMYK
RGB Variations
Color information
#09374A (or 0x09374A) is known color: Blue Whale. HEX triplet: 09, 37 and 4A. RGB value is (9,55,74). Sum of RGB (Red+Green+Blue) = 9+55+74=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #09374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09374A is #F6C8B5. Grayscale: #2B2B2B. Windows color (decimal): -16173238 or 4863753. OLE color: 4863753.
HSL color Cylindrical-coordinate representation of color #09374A: hue angle of 197.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09374A is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 55 | 74 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.71 |
| HSL | 197.54º | 0.78% | 0.16% | - |
| HSV(B) | 197.54º | 0.88% | 0.29% | - |
| XYZ | 2.71 | 3.28 | 6.97 | - |
| YUV | 43.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 74 | 0.88 | 0.26 | 0 | 0.71 | 197.54 | 0.78 | 0.16 |
| Hex | 9 | 37 | 4A | 58 | 1A | 0 | 47 | C6 | 4E | 10 |
| Octal | 11 | 67 | 112 | 130 | 32 | 0 | 107 | 306 | 116 | 20 |
| Binary | 1001 | 110111 | 1001010 | 1011000 | 11010 | 0 | 1000111 | 11000110 | 1001110 | 10000 |
Color Harmonies of #09374A
Complementary color
Monochromatic Colors of #09374A
Black with #09374A
Text Example
Text Example
White with #09374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09374A; }
p { color: rgb(9,55,74); }
H1.HeaderClassName
{
color: #09374A;
}
.AnyTagClassName
{
color: #09374A;
}
</style>
background-color css
<style>
a { background-color: #09374A; }
a { background-color: rgb(9,55,74); }
div.DivClassName
{
background-color: #09374A;
}
.BgClassName
{
background-color: #09374A;
}
</style>
border-color css
<style>
span { border-color: #09374A; }
span { border-color: rgb(9,55,74); }
td.TdClassName
{
border-color: #09374A;
}
.TagClassName
{
border-color: #09374A;
}
</style>