Shades of Blue Whale #052F42
Tints of Blue Whale #052F42
RGB
CMYK
RGB Variations
Color information
#052F42 (or 0x052F42) is known color: Blue Whale. HEX triplet: 05, 2F and 42. RGB value is (5,47,66). Sum of RGB (Red+Green+Blue) = 5+47+66=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #052F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F42 is #FAD0BD. Grayscale: #242424. Windows color (decimal): -16437438 or 4337413. OLE color: 4337413.
HSL color Cylindrical-coordinate representation of color #052F42: hue angle of 198.69º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052F42 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 47 | 66 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.74 |
| HSL | 198.69º | 0.86% | 0.14% | - |
| HSV(B) | 198.69º | 0.92% | 0.26% | - |
| XYZ | 2.06 | 2.46 | 5.52 | - |
| YUV | 36.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 66 | 0.92 | 0.29 | 0 | 0.74 | 198.69 | 0.86 | 0.14 |
| Hex | 5 | 2F | 42 | 5C | 1D | 0 | 4A | C7 | 56 | E |
| Octal | 5 | 57 | 102 | 134 | 35 | 0 | 112 | 307 | 126 | 16 |
| Binary | 101 | 101111 | 1000010 | 1011100 | 11101 | 0 | 1001010 | 11000111 | 1010110 | 1110 |
Color Harmonies of #052F42
Complementary color
Monochromatic Colors of #052F42
Black with #052F42
Text Example
Text Example
White with #052F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F42; }
p { color: rgb(5,47,66); }
H1.HeaderClassName
{
color: #052F42;
}
.AnyTagClassName
{
color: #052F42;
}
</style>
background-color css
<style>
a { background-color: #052F42; }
a { background-color: rgb(5,47,66); }
div.DivClassName
{
background-color: #052F42;
}
.BgClassName
{
background-color: #052F42;
}
</style>
border-color css
<style>
span { border-color: #052F42; }
span { border-color: rgb(5,47,66); }
td.TdClassName
{
border-color: #052F42;
}
.TagClassName
{
border-color: #052F42;
}
</style>