Shades of Blue Whale #09354D
Tints of Blue Whale #09354D
RGB
CMYK
RGB Variations
Color information
#09354D (or 0x09354D) is known color: Blue Whale. HEX triplet: 09, 35 and 4D. RGB value is (9,53,77). Sum of RGB (Red+Green+Blue) = 9+53+77=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #09354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354D is #F6CAB2. Grayscale: #2A2A2A. Windows color (decimal): -16173747 or 5059849. OLE color: 5059849.
HSL color Cylindrical-coordinate representation of color #09354D: hue angle of 201.18º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09354D is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 53 | 77 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.70 |
| HSL | 201.18º | 0.79% | 0.17% | - |
| HSV(B) | 201.18º | 0.88% | 0.3% | - |
| XYZ | 2.73 | 3.14 | 7.48 | - |
| YUV | 42.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 77 | 0.88 | 0.31 | 0 | 0.70 | 201.18 | 0.79 | 0.17 |
| Hex | 9 | 35 | 4D | 58 | 1F | 0 | 46 | C9 | 4F | 11 |
| Octal | 11 | 65 | 115 | 130 | 37 | 0 | 106 | 311 | 117 | 21 |
| Binary | 1001 | 110101 | 1001101 | 1011000 | 11111 | 0 | 1000110 | 11001001 | 1001111 | 10001 |
Color Harmonies of #09354D
Complementary color
Monochromatic Colors of #09354D
Black with #09354D
Text Example
Text Example
White with #09354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09354D; }
p { color: rgb(9,53,77); }
H1.HeaderClassName
{
color: #09354D;
}
.AnyTagClassName
{
color: #09354D;
}
</style>
background-color css
<style>
a { background-color: #09354D; }
a { background-color: rgb(9,53,77); }
div.DivClassName
{
background-color: #09354D;
}
.BgClassName
{
background-color: #09354D;
}
</style>
border-color css
<style>
span { border-color: #09354D; }
span { border-color: rgb(9,53,77); }
td.TdClassName
{
border-color: #09354D;
}
.TagClassName
{
border-color: #09354D;
}
</style>