Shades of Blue Whale #09344A
Tints of Blue Whale #09344A
RGB
CMYK
RGB Variations
Color information
#09344A (or 0x09344A) is known color: Blue Whale. HEX triplet: 09, 34 and 4A. RGB value is (9,52,74). Sum of RGB (Red+Green+Blue) = 9+52+74=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #09344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09344A is #F6CBB5. Grayscale: #292929. Windows color (decimal): -16174006 or 4862985. OLE color: 4862985.
HSL color Cylindrical-coordinate representation of color #09344A: hue angle of 200.31º 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 #09344A is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 52 | 74 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.71 |
| HSL | 200.31º | 0.78% | 0.16% | - |
| HSV(B) | 200.31º | 0.88% | 0.29% | - |
| XYZ | 2.58 | 3.01 | 6.92 | - |
| YUV | 41.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 74 | 0.88 | 0.30 | 0 | 0.71 | 200.31 | 0.78 | 0.16 |
| Hex | 9 | 34 | 4A | 58 | 1E | 0 | 47 | C8 | 4E | 10 |
| Octal | 11 | 64 | 112 | 130 | 36 | 0 | 107 | 310 | 116 | 20 |
| Binary | 1001 | 110100 | 1001010 | 1011000 | 11110 | 0 | 1000111 | 11001000 | 1001110 | 10000 |
Color Harmonies of #09344A
Complementary color
Monochromatic Colors of #09344A
Black with #09344A
Text Example
Text Example
White with #09344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09344A; }
p { color: rgb(9,52,74); }
H1.HeaderClassName
{
color: #09344A;
}
.AnyTagClassName
{
color: #09344A;
}
</style>
background-color css
<style>
a { background-color: #09344A; }
a { background-color: rgb(9,52,74); }
div.DivClassName
{
background-color: #09344A;
}
.BgClassName
{
background-color: #09344A;
}
</style>
border-color css
<style>
span { border-color: #09344A; }
span { border-color: rgb(9,52,74); }
td.TdClassName
{
border-color: #09344A;
}
.TagClassName
{
border-color: #09344A;
}
</style>