Shades of Blue Whale #083048
Tints of Blue Whale #083048
RGB
CMYK
RGB Variations
Color information
#083048 (or 0x083048) is known color: Blue Whale. HEX triplet: 08, 30 and 48. RGB value is (8,48,72). Sum of RGB (Red+Green+Blue) = 8+48+72=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #083048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083048 is #F7CFB7. Grayscale: #262626. Windows color (decimal): -16240568 or 4730888. OLE color: 4730888.
HSL color Cylindrical-coordinate representation of color #083048: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083048 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 48 | 72 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.72 |
| HSL | 202.5º | 0.8% | 0.16% | - |
| HSV(B) | 202.5º | 0.89% | 0.28% | - |
| XYZ | 2.33 | 2.63 | 6.52 | - |
| YUV | 38.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 72 | 0.89 | 0.33 | 0 | 0.72 | 202.5 | 0.8 | 0.16 |
| Hex | 8 | 30 | 48 | 59 | 21 | 0 | 48 | CA | 50 | 10 |
| Octal | 10 | 60 | 110 | 131 | 41 | 0 | 110 | 312 | 120 | 20 |
| Binary | 1000 | 110000 | 1001000 | 1011001 | 100001 | 0 | 1001000 | 11001010 | 1010000 | 10000 |
Color Harmonies of #083048
Complementary color
Monochromatic Colors of #083048
Black with #083048
Text Example
Text Example
White with #083048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083048; }
p { color: rgb(8,48,72); }
H1.HeaderClassName
{
color: #083048;
}
.AnyTagClassName
{
color: #083048;
}
</style>
background-color css
<style>
a { background-color: #083048; }
a { background-color: rgb(8,48,72); }
div.DivClassName
{
background-color: #083048;
}
.BgClassName
{
background-color: #083048;
}
</style>
border-color css
<style>
span { border-color: #083048; }
span { border-color: rgb(8,48,72); }
td.TdClassName
{
border-color: #083048;
}
.TagClassName
{
border-color: #083048;
}
</style>