Shades of Blue Whale #05314A
Tints of Blue Whale #05314A
RGB
CMYK
RGB Variations
Color information
#05314A (or 0x05314A) is known color: Blue Whale. HEX triplet: 05, 31 and 4A. RGB value is (5,49,74). Sum of RGB (Red+Green+Blue) = 5+49+74=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #05314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05314A is #FACEB5. Grayscale: #262626. Windows color (decimal): -16436918 or 4862213. OLE color: 4862213.
HSL color Cylindrical-coordinate representation of color #05314A: hue angle of 201.74º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05314A is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 49 | 74 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.71 |
| HSL | 201.74º | 0.87% | 0.15% | - |
| HSV(B) | 201.74º | 0.93% | 0.29% | - |
| XYZ | 2.4 | 2.72 | 6.88 | - |
| YUV | 38.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 74 | 0.93 | 0.34 | 0 | 0.71 | 201.74 | 0.87 | 0.15 |
| Hex | 5 | 31 | 4A | 5D | 22 | 0 | 47 | CA | 57 | F |
| Octal | 5 | 61 | 112 | 135 | 42 | 0 | 107 | 312 | 127 | 17 |
| Binary | 101 | 110001 | 1001010 | 1011101 | 100010 | 0 | 1000111 | 11001010 | 1010111 | 1111 |
Color Harmonies of #05314A
Complementary color
Monochromatic Colors of #05314A
Black with #05314A
Text Example
Text Example
White with #05314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05314A; }
p { color: rgb(5,49,74); }
H1.HeaderClassName
{
color: #05314A;
}
.AnyTagClassName
{
color: #05314A;
}
</style>
background-color css
<style>
a { background-color: #05314A; }
a { background-color: rgb(5,49,74); }
div.DivClassName
{
background-color: #05314A;
}
.BgClassName
{
background-color: #05314A;
}
</style>
border-color css
<style>
span { border-color: #05314A; }
span { border-color: rgb(5,49,74); }
td.TdClassName
{
border-color: #05314A;
}
.TagClassName
{
border-color: #05314A;
}
</style>