Shades of Blue Whale #09384B
Tints of Blue Whale #09384B
RGB
CMYK
RGB Variations
Color information
#09384B (or 0x09384B) is known color: Blue Whale. HEX triplet: 09, 38 and 4B. RGB value is (9,56,75). Sum of RGB (Red+Green+Blue) = 9+56+75=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #09384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09384B is #F6C7B4. Grayscale: #2B2B2B. Windows color (decimal): -16172981 or 4929545. OLE color: 4929545.
HSL color Cylindrical-coordinate representation of color #09384B: hue angle of 197.27º degrees, saturation: 0.79, 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 #09384B is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 56 | 75 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.71 |
| HSL | 197.27º | 0.79% | 0.16% | - |
| HSV(B) | 197.27º | 0.88% | 0.29% | - |
| XYZ | 2.8 | 3.39 | 7.16 | - |
| YUV | 44.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 75 | 0.88 | 0.25 | 0 | 0.71 | 197.27 | 0.79 | 0.16 |
| Hex | 9 | 38 | 4B | 58 | 19 | 0 | 47 | C5 | 4F | 10 |
| Octal | 11 | 70 | 113 | 130 | 31 | 0 | 107 | 305 | 117 | 20 |
| Binary | 1001 | 111000 | 1001011 | 1011000 | 11001 | 0 | 1000111 | 11000101 | 1001111 | 10000 |
Color Harmonies of #09384B
Complementary color
Monochromatic Colors of #09384B
Black with #09384B
Text Example
Text Example
White with #09384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09384B; }
p { color: rgb(9,56,75); }
H1.HeaderClassName
{
color: #09384B;
}
.AnyTagClassName
{
color: #09384B;
}
</style>
background-color css
<style>
a { background-color: #09384B; }
a { background-color: rgb(9,56,75); }
div.DivClassName
{
background-color: #09384B;
}
.BgClassName
{
background-color: #09384B;
}
</style>
border-color css
<style>
span { border-color: #09384B; }
span { border-color: rgb(9,56,75); }
td.TdClassName
{
border-color: #09384B;
}
.TagClassName
{
border-color: #09384B;
}
</style>