Shades of Blue Whale #012D41
Tints of Blue Whale #012D41
RGB
CMYK
RGB Variations
Color information
#012D41 (or 0x012D41) is known color: Blue Whale. HEX triplet: 01, 2D and 41. RGB value is (1,45,65). Sum of RGB (Red+Green+Blue) = 1+45+65=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #012D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D41 is #FED2BE. Grayscale: #222222. Windows color (decimal): -16700095 or 4271361. OLE color: 4271361.
HSL color Cylindrical-coordinate representation of color #012D41: hue angle of 198.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D41 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 45 | 65 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.75 |
| HSL | 198.75º | 0.97% | 0.13% | - |
| HSV(B) | 198.75º | 0.98% | 0.25% | - |
| XYZ | 1.91 | 2.26 | 5.34 | - |
| YUV | 34.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 65 | 0.98 | 0.31 | 0 | 0.75 | 198.75 | 0.97 | 0.13 |
| Hex | 1 | 2D | 41 | 62 | 1F | 0 | 4B | C7 | 61 | D |
| Octal | 1 | 55 | 101 | 142 | 37 | 0 | 113 | 307 | 141 | 15 |
| Binary | 1 | 101101 | 1000001 | 1100010 | 11111 | 0 | 1001011 | 11000111 | 1100001 | 1101 |
Color Harmonies of #012D41
Complementary color
Monochromatic Colors of #012D41
Black with #012D41
Text Example
Text Example
White with #012D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D41; }
p { color: rgb(1,45,65); }
H1.HeaderClassName
{
color: #012D41;
}
.AnyTagClassName
{
color: #012D41;
}
</style>
background-color css
<style>
a { background-color: #012D41; }
a { background-color: rgb(1,45,65); }
div.DivClassName
{
background-color: #012D41;
}
.BgClassName
{
background-color: #012D41;
}
</style>
border-color css
<style>
span { border-color: #012D41; }
span { border-color: rgb(1,45,65); }
td.TdClassName
{
border-color: #012D41;
}
.TagClassName
{
border-color: #012D41;
}
</style>