Shades of Blue Whale #08294C
Tints of Blue Whale #08294C
RGB
CMYK
RGB Variations
Color information
#08294C (or 0x08294C) is known color: Blue Whale. HEX triplet: 08, 29 and 4C. RGB value is (8,41,76). Sum of RGB (Red+Green+Blue) = 8+41+76=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #08294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08294C is #F7D6B3. Grayscale: #222222. Windows color (decimal): -16242356 or 4991240. OLE color: 4991240.
HSL color Cylindrical-coordinate representation of color #08294C: hue angle of 210.88º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08294C is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 41 | 76 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.70 |
| HSL | 210.88º | 0.81% | 0.16% | - |
| HSV(B) | 210.88º | 0.89% | 0.3% | - |
| XYZ | 2.2 | 2.16 | 7.14 | - |
| YUV | 35.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 76 | 0.89 | 0.46 | 0 | 0.70 | 210.88 | 0.81 | 0.16 |
| Hex | 8 | 29 | 4C | 59 | 2E | 0 | 46 | D3 | 51 | 10 |
| Octal | 10 | 51 | 114 | 131 | 56 | 0 | 106 | 323 | 121 | 20 |
| Binary | 1000 | 101001 | 1001100 | 1011001 | 101110 | 0 | 1000110 | 11010011 | 1010001 | 10000 |
Color Harmonies of #08294C
Complementary color
Monochromatic Colors of #08294C
Black with #08294C
Text Example
Text Example
White with #08294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08294C; }
p { color: rgb(8,41,76); }
H1.HeaderClassName
{
color: #08294C;
}
.AnyTagClassName
{
color: #08294C;
}
</style>
background-color css
<style>
a { background-color: #08294C; }
a { background-color: rgb(8,41,76); }
div.DivClassName
{
background-color: #08294C;
}
.BgClassName
{
background-color: #08294C;
}
</style>
border-color css
<style>
span { border-color: #08294C; }
span { border-color: rgb(8,41,76); }
td.TdClassName
{
border-color: #08294C;
}
.TagClassName
{
border-color: #08294C;
}
</style>