Shades of Blue Whale #003148
Tints of Blue Whale #003148
RGB
CMYK
RGB Variations
Color information
#003148 (or 0x003148) is known color: Blue Whale. HEX triplet: 00, 31 and 48. RGB value is (0,49,72). Sum of RGB (Red+Green+Blue) = 0+49+72=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #003148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003148 is #FFCEB7. Grayscale: #242424. Windows color (decimal): -16764600 or 4731136. OLE color: 4731136.
HSL color Cylindrical-coordinate representation of color #003148: hue angle of 199.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003148 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 49 | 72 | - |
| CMYK | 1 | 0.32 | 0 | 0.72 |
| HSL | 199.17º | 1% | 0.14% | - |
| HSV(B) | 199.17º | 1% | 0.28% | - |
| XYZ | 2.27 | 2.66 | 6.53 | - |
| YUV | 36.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 72 | 1 | 0.32 | 0 | 0.72 | 199.17 | 1 | 0.14 |
| Hex | 0 | 31 | 48 | 64 | 20 | 0 | 48 | C7 | 64 | E |
| Octal | 0 | 61 | 110 | 144 | 40 | 0 | 110 | 307 | 144 | 16 |
| Binary | 0 | 110001 | 1001000 | 1100100 | 100000 | 0 | 1001000 | 11000111 | 1100100 | 1110 |
Color Harmonies of #003148
Complementary color
Monochromatic Colors of #003148
Black with #003148
Text Example
Text Example
White with #003148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003148; }
p { color: rgb(0,49,72); }
H1.HeaderClassName
{
color: #003148;
}
.AnyTagClassName
{
color: #003148;
}
</style>
background-color css
<style>
a { background-color: #003148; }
a { background-color: rgb(0,49,72); }
div.DivClassName
{
background-color: #003148;
}
.BgClassName
{
background-color: #003148;
}
</style>
border-color css
<style>
span { border-color: #003148; }
span { border-color: rgb(0,49,72); }
td.TdClassName
{
border-color: #003148;
}
.TagClassName
{
border-color: #003148;
}
</style>