Shades of Blue Whale #063048
Tints of Blue Whale #063048
RGB
CMYK
RGB Variations
Color information
#063048 (or 0x063048) is known color: Blue Whale. HEX triplet: 06, 30 and 48. RGB value is (6,48,72). Sum of RGB (Red+Green+Blue) = 6+48+72=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #063048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063048 is #F9CFB7. Grayscale: #262626. Windows color (decimal): -16371640 or 4730886. OLE color: 4730886.
HSL color Cylindrical-coordinate representation of color #063048: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063048 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 48 | 72 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.72 |
| HSL | 201.82º | 0.85% | 0.15% | - |
| HSV(B) | 201.82º | 0.92% | 0.28% | - |
| XYZ | 2.3 | 2.62 | 6.52 | - |
| YUV | 38.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 72 | 0.92 | 0.33 | 0 | 0.72 | 201.82 | 0.85 | 0.15 |
| Hex | 6 | 30 | 48 | 5C | 21 | 0 | 48 | CA | 55 | F |
| Octal | 6 | 60 | 110 | 134 | 41 | 0 | 110 | 312 | 125 | 17 |
| Binary | 110 | 110000 | 1001000 | 1011100 | 100001 | 0 | 1001000 | 11001010 | 1010101 | 1111 |
Color Harmonies of #063048
Complementary color
Monochromatic Colors of #063048
Black with #063048
Text Example
Text Example
White with #063048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063048; }
p { color: rgb(6,48,72); }
H1.HeaderClassName
{
color: #063048;
}
.AnyTagClassName
{
color: #063048;
}
</style>
background-color css
<style>
a { background-color: #063048; }
a { background-color: rgb(6,48,72); }
div.DivClassName
{
background-color: #063048;
}
.BgClassName
{
background-color: #063048;
}
</style>
border-color css
<style>
span { border-color: #063048; }
span { border-color: rgb(6,48,72); }
td.TdClassName
{
border-color: #063048;
}
.TagClassName
{
border-color: #063048;
}
</style>