Shades of Blue Whale #012C43
Tints of Blue Whale #012C43
RGB
CMYK
RGB Variations
Color information
#012C43 (or 0x012C43) is known color: Blue Whale. HEX triplet: 01, 2C and 43. RGB value is (1,44,67). Sum of RGB (Red+Green+Blue) = 1+44+67=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #012C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C43 is #FED3BC. Grayscale: #212121. Windows color (decimal): -16700349 or 4402177. OLE color: 4402177.
HSL color Cylindrical-coordinate representation of color #012C43: hue angle of 200.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C43 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 44 | 67 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.74 |
| HSL | 200.91º | 0.97% | 0.13% | - |
| HSV(B) | 200.91º | 0.99% | 0.26% | - |
| XYZ | 1.93 | 2.21 | 5.64 | - |
| YUV | 33.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 67 | 0.99 | 0.34 | 0 | 0.74 | 200.91 | 0.97 | 0.13 |
| Hex | 1 | 2C | 43 | 63 | 22 | 0 | 4A | C9 | 61 | D |
| Octal | 1 | 54 | 103 | 143 | 42 | 0 | 112 | 311 | 141 | 15 |
| Binary | 1 | 101100 | 1000011 | 1100011 | 100010 | 0 | 1001010 | 11001001 | 1100001 | 1101 |
Color Harmonies of #012C43
Complementary color
Monochromatic Colors of #012C43
Black with #012C43
Text Example
Text Example
White with #012C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C43; }
p { color: rgb(1,44,67); }
H1.HeaderClassName
{
color: #012C43;
}
.AnyTagClassName
{
color: #012C43;
}
</style>
background-color css
<style>
a { background-color: #012C43; }
a { background-color: rgb(1,44,67); }
div.DivClassName
{
background-color: #012C43;
}
.BgClassName
{
background-color: #012C43;
}
</style>
border-color css
<style>
span { border-color: #012C43; }
span { border-color: rgb(1,44,67); }
td.TdClassName
{
border-color: #012C43;
}
.TagClassName
{
border-color: #012C43;
}
</style>