Shades of Blue Whale #052C43
Tints of Blue Whale #052C43
RGB
CMYK
RGB Variations
Color information
#052C43 (or 0x052C43) is known color: Blue Whale. HEX triplet: 05, 2C and 43. RGB value is (5,44,67). Sum of RGB (Red+Green+Blue) = 5+44+67=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #052C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C43 is #FAD3BC. Grayscale: #222222. Windows color (decimal): -16438205 or 4402181. OLE color: 4402181.
HSL color Cylindrical-coordinate representation of color #052C43: hue angle of 202.26º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052C43 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 44 | 67 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.74 |
| HSL | 202.26º | 0.86% | 0.14% | - |
| HSV(B) | 202.26º | 0.93% | 0.26% | - |
| XYZ | 1.98 | 2.24 | 5.64 | - |
| YUV | 34.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 67 | 0.93 | 0.34 | 0 | 0.74 | 202.26 | 0.86 | 0.14 |
| Hex | 5 | 2C | 43 | 5D | 22 | 0 | 4A | CA | 56 | E |
| Octal | 5 | 54 | 103 | 135 | 42 | 0 | 112 | 312 | 126 | 16 |
| Binary | 101 | 101100 | 1000011 | 1011101 | 100010 | 0 | 1001010 | 11001010 | 1010110 | 1110 |
Color Harmonies of #052C43
Complementary color
Monochromatic Colors of #052C43
Black with #052C43
Text Example
Text Example
White with #052C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C43; }
p { color: rgb(5,44,67); }
H1.HeaderClassName
{
color: #052C43;
}
.AnyTagClassName
{
color: #052C43;
}
</style>
background-color css
<style>
a { background-color: #052C43; }
a { background-color: rgb(5,44,67); }
div.DivClassName
{
background-color: #052C43;
}
.BgClassName
{
background-color: #052C43;
}
</style>
border-color css
<style>
span { border-color: #052C43; }
span { border-color: rgb(5,44,67); }
td.TdClassName
{
border-color: #052C43;
}
.TagClassName
{
border-color: #052C43;
}
</style>