Shades of Blue Whale #002A45
Tints of Blue Whale #002A45
RGB
CMYK
RGB Variations
Color information
#002A45 (or 0x002A45) is known color: Blue Whale. HEX triplet: 00, 2A and 45. RGB value is (0,42,69). Sum of RGB (Red+Green+Blue) = 0+42+69=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #002A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A45 is #FFD5BA. Grayscale: #202020. Windows color (decimal): -16766395 or 4532736. OLE color: 4532736.
HSL color Cylindrical-coordinate representation of color #002A45: hue angle of 203.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A45 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 42 | 69 | - |
| CMYK | 1 | 0.39 | 0 | 0.73 |
| HSL | 203.48º | 1% | 0.14% | - |
| HSV(B) | 203.48º | 1% | 0.27% | - |
| XYZ | 1.9 | 2.09 | 5.93 | - |
| YUV | 32.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 69 | 1 | 0.39 | 0 | 0.73 | 203.48 | 1 | 0.14 |
| Hex | 0 | 2A | 45 | 64 | 27 | 0 | 49 | CB | 64 | E |
| Octal | 0 | 52 | 105 | 144 | 47 | 0 | 111 | 313 | 144 | 16 |
| Binary | 0 | 101010 | 1000101 | 1100100 | 100111 | 0 | 1001001 | 11001011 | 1100100 | 1110 |
Color Harmonies of #002A45
Complementary color
Monochromatic Colors of #002A45
Black with #002A45
Text Example
Text Example
White with #002A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A45; }
p { color: rgb(0,42,69); }
H1.HeaderClassName
{
color: #002A45;
}
.AnyTagClassName
{
color: #002A45;
}
</style>
background-color css
<style>
a { background-color: #002A45; }
a { background-color: rgb(0,42,69); }
div.DivClassName
{
background-color: #002A45;
}
.BgClassName
{
background-color: #002A45;
}
</style>
border-color css
<style>
span { border-color: #002A45; }
span { border-color: rgb(0,42,69); }
td.TdClassName
{
border-color: #002A45;
}
.TagClassName
{
border-color: #002A45;
}
</style>