Shades of Blue Whale #09354E
Tints of Blue Whale #09354E
RGB
CMYK
RGB Variations
Color information
#09354E (or 0x09354E) is known color: Blue Whale. HEX triplet: 09, 35 and 4E. RGB value is (9,53,78). Sum of RGB (Red+Green+Blue) = 9+53+78=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #09354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354E is #F6CAB1. Grayscale: #2A2A2A. Windows color (decimal): -16173746 or 5125385. OLE color: 5125385.
HSL color Cylindrical-coordinate representation of color #09354E: hue angle of 201.74º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09354E is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 53 | 78 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.69 |
| HSL | 201.74º | 0.79% | 0.17% | - |
| HSV(B) | 201.74º | 0.88% | 0.31% | - |
| XYZ | 2.76 | 3.15 | 7.67 | - |
| YUV | 42.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 78 | 0.88 | 0.32 | 0 | 0.69 | 201.74 | 0.79 | 0.17 |
| Hex | 9 | 35 | 4E | 58 | 20 | 0 | 45 | CA | 4F | 11 |
| Octal | 11 | 65 | 116 | 130 | 40 | 0 | 105 | 312 | 117 | 21 |
| Binary | 1001 | 110101 | 1001110 | 1011000 | 100000 | 0 | 1000101 | 11001010 | 1001111 | 10001 |
Color Harmonies of #09354E
Complementary color
Monochromatic Colors of #09354E
Black with #09354E
Text Example
Text Example
White with #09354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09354E; }
p { color: rgb(9,53,78); }
H1.HeaderClassName
{
color: #09354E;
}
.AnyTagClassName
{
color: #09354E;
}
</style>
background-color css
<style>
a { background-color: #09354E; }
a { background-color: rgb(9,53,78); }
div.DivClassName
{
background-color: #09354E;
}
.BgClassName
{
background-color: #09354E;
}
</style>
border-color css
<style>
span { border-color: #09354E; }
span { border-color: rgb(9,53,78); }
td.TdClassName
{
border-color: #09354E;
}
.TagClassName
{
border-color: #09354E;
}
</style>