Shades of Blue Whale #013245
Tints of Blue Whale #013245
RGB
CMYK
RGB Variations
Color information
#013245 (or 0x013245) is known color: Blue Whale. HEX triplet: 01, 32 and 45. RGB value is (1,50,69). Sum of RGB (Red+Green+Blue) = 1+50+69=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #013245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013245 is #FECDBA. Grayscale: #252525. Windows color (decimal): -16698811 or 4534785. OLE color: 4534785.
HSL color Cylindrical-coordinate representation of color #013245: hue angle of 196.76º 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 #013245 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 50 | 69 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.73 |
| HSL | 196.76º | 0.97% | 0.14% | - |
| HSV(B) | 196.76º | 0.99% | 0.27% | - |
| XYZ | 2.23 | 2.72 | 6.04 | - |
| YUV | 37.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 69 | 0.99 | 0.28 | 0 | 0.73 | 196.76 | 0.97 | 0.14 |
| Hex | 1 | 32 | 45 | 63 | 1C | 0 | 49 | C5 | 61 | E |
| Octal | 1 | 62 | 105 | 143 | 34 | 0 | 111 | 305 | 141 | 16 |
| Binary | 1 | 110010 | 1000101 | 1100011 | 11100 | 0 | 1001001 | 11000101 | 1100001 | 1110 |
Color Harmonies of #013245
Complementary color
Monochromatic Colors of #013245
Black with #013245
Text Example
Text Example
White with #013245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013245; }
p { color: rgb(1,50,69); }
H1.HeaderClassName
{
color: #013245;
}
.AnyTagClassName
{
color: #013245;
}
</style>
background-color css
<style>
a { background-color: #013245; }
a { background-color: rgb(1,50,69); }
div.DivClassName
{
background-color: #013245;
}
.BgClassName
{
background-color: #013245;
}
</style>
border-color css
<style>
span { border-color: #013245; }
span { border-color: rgb(1,50,69); }
td.TdClassName
{
border-color: #013245;
}
.TagClassName
{
border-color: #013245;
}
</style>