Shades of Blue Whale #012D45
Tints of Blue Whale #012D45
RGB
CMYK
RGB Variations
Color information
#012D45 (or 0x012D45) is known color: Blue Whale. HEX triplet: 01, 2D and 45. RGB value is (1,45,69). Sum of RGB (Red+Green+Blue) = 1+45+69=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 69 (27.34% from 255 or 60% from 115); Max value from RGB is 69 - color contains mainly: blue. Hex color #012D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D45 is #FED2BA. Grayscale: #222222. Windows color (decimal): -16700091 or 4533505. OLE color: 4533505.
HSL color Cylindrical-coordinate representation of color #012D45: hue angle of 201.18º 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 #012D45 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 45 | 69 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.73 |
| HSL | 201.18º | 0.97% | 0.14% | - |
| HSV(B) | 201.18º | 0.99% | 0.27% | - |
| XYZ | 2.03 | 2.31 | 5.97 | - |
| YUV | 34.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 69 | 0.99 | 0.35 | 0 | 0.73 | 201.18 | 0.97 | 0.14 |
| Hex | 1 | 2D | 45 | 63 | 23 | 0 | 49 | C9 | 61 | E |
| Octal | 1 | 55 | 105 | 143 | 43 | 0 | 111 | 311 | 141 | 16 |
| Binary | 1 | 101101 | 1000101 | 1100011 | 100011 | 0 | 1001001 | 11001001 | 1100001 | 1110 |
Color Harmonies of #012D45
Complementary color
Monochromatic Colors of #012D45
Black with #012D45
Text Example
Text Example
White with #012D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D45; }
p { color: rgb(1,45,69); }
H1.HeaderClassName
{
color: #012D45;
}
.AnyTagClassName
{
color: #012D45;
}
</style>
background-color css
<style>
a { background-color: #012D45; }
a { background-color: rgb(1,45,69); }
div.DivClassName
{
background-color: #012D45;
}
.BgClassName
{
background-color: #012D45;
}
</style>
border-color css
<style>
span { border-color: #012D45; }
span { border-color: rgb(1,45,69); }
td.TdClassName
{
border-color: #012D45;
}
.TagClassName
{
border-color: #012D45;
}
</style>