Shades of Blue Whale #012D48
Tints of Blue Whale #012D48
RGB
CMYK
RGB Variations
Color information
#012D48 (or 0x012D48) is known color: Blue Whale. HEX triplet: 01, 2D and 48. RGB value is (1,45,72). Sum of RGB (Red+Green+Blue) = 1+45+72=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #012D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D48 is #FED2B7. Grayscale: #222222. Windows color (decimal): -16700088 or 4730113. OLE color: 4730113.
HSL color Cylindrical-coordinate representation of color #012D48: hue angle of 202.82º 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 #012D48 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 45 | 72 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.72 |
| HSL | 202.82º | 0.97% | 0.14% | - |
| HSV(B) | 202.82º | 0.99% | 0.28% | - |
| XYZ | 2.12 | 2.35 | 6.47 | - |
| YUV | 34.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 72 | 0.99 | 0.38 | 0 | 0.72 | 202.82 | 0.97 | 0.14 |
| Hex | 1 | 2D | 48 | 63 | 26 | 0 | 48 | CB | 61 | E |
| Octal | 1 | 55 | 110 | 143 | 46 | 0 | 110 | 313 | 141 | 16 |
| Binary | 1 | 101101 | 1001000 | 1100011 | 100110 | 0 | 1001000 | 11001011 | 1100001 | 1110 |
Color Harmonies of #012D48
Complementary color
Monochromatic Colors of #012D48
Black with #012D48
Text Example
Text Example
White with #012D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D48; }
p { color: rgb(1,45,72); }
H1.HeaderClassName
{
color: #012D48;
}
.AnyTagClassName
{
color: #012D48;
}
</style>
background-color css
<style>
a { background-color: #012D48; }
a { background-color: rgb(1,45,72); }
div.DivClassName
{
background-color: #012D48;
}
.BgClassName
{
background-color: #012D48;
}
</style>
border-color css
<style>
span { border-color: #012D48; }
span { border-color: rgb(1,45,72); }
td.TdClassName
{
border-color: #012D48;
}
.TagClassName
{
border-color: #012D48;
}
</style>