Shades of Blue Whale #012A48
Tints of Blue Whale #012A48
RGB
CMYK
RGB Variations
Color information
#012A48 (or 0x012A48) is known color: Blue Whale. HEX triplet: 01, 2A and 48. RGB value is (1,42,72). Sum of RGB (Red+Green+Blue) = 1+42+72=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #012A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A48 is #FED5B7. Grayscale: #212121. Windows color (decimal): -16700856 or 4729345. OLE color: 4729345.
HSL color Cylindrical-coordinate representation of color #012A48: hue angle of 205.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A48 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 42 | 72 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.72 |
| HSL | 205.35º | 0.97% | 0.14% | - |
| HSV(B) | 205.35º | 0.99% | 0.28% | - |
| XYZ | 2.01 | 2.13 | 6.44 | - |
| YUV | 33.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 72 | 0.99 | 0.42 | 0 | 0.72 | 205.35 | 0.97 | 0.14 |
| Hex | 1 | 2A | 48 | 63 | 2A | 0 | 48 | CD | 61 | E |
| Octal | 1 | 52 | 110 | 143 | 52 | 0 | 110 | 315 | 141 | 16 |
| Binary | 1 | 101010 | 1001000 | 1100011 | 101010 | 0 | 1001000 | 11001101 | 1100001 | 1110 |
Color Harmonies of #012A48
Complementary color
Monochromatic Colors of #012A48
Black with #012A48
Text Example
Text Example
White with #012A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A48; }
p { color: rgb(1,42,72); }
H1.HeaderClassName
{
color: #012A48;
}
.AnyTagClassName
{
color: #012A48;
}
</style>
background-color css
<style>
a { background-color: #012A48; }
a { background-color: rgb(1,42,72); }
div.DivClassName
{
background-color: #012A48;
}
.BgClassName
{
background-color: #012A48;
}
</style>
border-color css
<style>
span { border-color: #012A48; }
span { border-color: rgb(1,42,72); }
td.TdClassName
{
border-color: #012A48;
}
.TagClassName
{
border-color: #012A48;
}
</style>