Shades of Blue Whale #013045
Tints of Blue Whale #013045
RGB
CMYK
RGB Variations
Color information
#013045 (or 0x013045) is known color: Blue Whale. HEX triplet: 01, 30 and 45. RGB value is (1,48,69). Sum of RGB (Red+Green+Blue) = 1+48+69=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #013045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013045 is #FECFBA. Grayscale: #242424. Windows color (decimal): -16699323 or 4534273. OLE color: 4534273.
HSL color Cylindrical-coordinate representation of color #013045: hue angle of 198.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013045 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 48 | 69 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.73 |
| HSL | 198.53º | 0.97% | 0.14% | - |
| HSV(B) | 198.53º | 0.99% | 0.27% | - |
| XYZ | 2.14 | 2.55 | 6.01 | - |
| YUV | 36.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 69 | 0.99 | 0.30 | 0 | 0.73 | 198.53 | 0.97 | 0.14 |
| Hex | 1 | 30 | 45 | 63 | 1E | 0 | 49 | C7 | 61 | E |
| Octal | 1 | 60 | 105 | 143 | 36 | 0 | 111 | 307 | 141 | 16 |
| Binary | 1 | 110000 | 1000101 | 1100011 | 11110 | 0 | 1001001 | 11000111 | 1100001 | 1110 |
Color Harmonies of #013045
Complementary color
Monochromatic Colors of #013045
Black with #013045
Text Example
Text Example
White with #013045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013045; }
p { color: rgb(1,48,69); }
H1.HeaderClassName
{
color: #013045;
}
.AnyTagClassName
{
color: #013045;
}
</style>
background-color css
<style>
a { background-color: #013045; }
a { background-color: rgb(1,48,69); }
div.DivClassName
{
background-color: #013045;
}
.BgClassName
{
background-color: #013045;
}
</style>
border-color css
<style>
span { border-color: #013045; }
span { border-color: rgb(1,48,69); }
td.TdClassName
{
border-color: #013045;
}
.TagClassName
{
border-color: #013045;
}
</style>