Shades of Blue Whale #09304A
Tints of Blue Whale #09304A
RGB
CMYK
RGB Variations
Color information
#09304A (or 0x09304A) is known color: Blue Whale. HEX triplet: 09, 30 and 4A. RGB value is (9,48,74). Sum of RGB (Red+Green+Blue) = 9+48+74=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #09304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09304A is #F6CFB5. Grayscale: #272727. Windows color (decimal): -16175030 or 4861961. OLE color: 4861961.
HSL color Cylindrical-coordinate representation of color #09304A: hue angle of 204º 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 #09304A is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 48 | 74 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.71 |
| HSL | 204º | 0.78% | 0.16% | - |
| HSV(B) | 204º | 0.88% | 0.29% | - |
| XYZ | 2.41 | 2.67 | 6.87 | - |
| YUV | 39.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 74 | 0.88 | 0.35 | 0 | 0.71 | 204 | 0.78 | 0.16 |
| Hex | 9 | 30 | 4A | 58 | 23 | 0 | 47 | CC | 4E | 10 |
| Octal | 11 | 60 | 112 | 130 | 43 | 0 | 107 | 314 | 116 | 20 |
| Binary | 1001 | 110000 | 1001010 | 1011000 | 100011 | 0 | 1000111 | 11001100 | 1001110 | 10000 |
Color Harmonies of #09304A
Complementary color
Monochromatic Colors of #09304A
Black with #09304A
Text Example
Text Example
White with #09304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09304A; }
p { color: rgb(9,48,74); }
H1.HeaderClassName
{
color: #09304A;
}
.AnyTagClassName
{
color: #09304A;
}
</style>
background-color css
<style>
a { background-color: #09304A; }
a { background-color: rgb(9,48,74); }
div.DivClassName
{
background-color: #09304A;
}
.BgClassName
{
background-color: #09304A;
}
</style>
border-color css
<style>
span { border-color: #09304A; }
span { border-color: rgb(9,48,74); }
td.TdClassName
{
border-color: #09304A;
}
.TagClassName
{
border-color: #09304A;
}
</style>