Shades of Blue Whale #063148
Tints of Blue Whale #063148
RGB
CMYK
RGB Variations
Color information
#063148 (or 0x063148) is known color: Blue Whale. HEX triplet: 06, 31 and 48. RGB value is (6,49,72). Sum of RGB (Red+Green+Blue) = 6+49+72=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #063148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063148 is #F9CEB7. Grayscale: #262626. Windows color (decimal): -16371384 or 4731142. OLE color: 4731142.
HSL color Cylindrical-coordinate representation of color #063148: hue angle of 200.91º 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 #063148 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 49 | 72 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.72 |
| HSL | 200.91º | 0.85% | 0.15% | - |
| HSV(B) | 200.91º | 0.92% | 0.28% | - |
| XYZ | 2.34 | 2.7 | 6.53 | - |
| YUV | 38.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 72 | 0.92 | 0.32 | 0 | 0.72 | 200.91 | 0.85 | 0.15 |
| Hex | 6 | 31 | 48 | 5C | 20 | 0 | 48 | C9 | 55 | F |
| Octal | 6 | 61 | 110 | 134 | 40 | 0 | 110 | 311 | 125 | 17 |
| Binary | 110 | 110001 | 1001000 | 1011100 | 100000 | 0 | 1001000 | 11001001 | 1010101 | 1111 |
Color Harmonies of #063148
Complementary color
Monochromatic Colors of #063148
Black with #063148
Text Example
Text Example
White with #063148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063148; }
p { color: rgb(6,49,72); }
H1.HeaderClassName
{
color: #063148;
}
.AnyTagClassName
{
color: #063148;
}
</style>
background-color css
<style>
a { background-color: #063148; }
a { background-color: rgb(6,49,72); }
div.DivClassName
{
background-color: #063148;
}
.BgClassName
{
background-color: #063148;
}
</style>
border-color css
<style>
span { border-color: #063148; }
span { border-color: rgb(6,49,72); }
td.TdClassName
{
border-color: #063148;
}
.TagClassName
{
border-color: #063148;
}
</style>