Shades of Blue Whale #05364A
Tints of Blue Whale #05364A
RGB
CMYK
RGB Variations
Color information
#05364A (or 0x05364A) is known color: Blue Whale. HEX triplet: 05, 36 and 4A. RGB value is (5,54,74). Sum of RGB (Red+Green+Blue) = 5+54+74=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #05364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05364A is #FAC9B5. Grayscale: #292929. Windows color (decimal): -16435638 or 4863493. OLE color: 4863493.
HSL color Cylindrical-coordinate representation of color #05364A: hue angle of 197.39º 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 #05364A is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 54 | 74 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.71 |
| HSL | 197.39º | 0.87% | 0.15% | - |
| HSV(B) | 197.39º | 0.93% | 0.29% | - |
| XYZ | 2.62 | 3.17 | 6.95 | - |
| YUV | 41.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 74 | 0.93 | 0.27 | 0 | 0.71 | 197.39 | 0.87 | 0.15 |
| Hex | 5 | 36 | 4A | 5D | 1B | 0 | 47 | C5 | 57 | F |
| Octal | 5 | 66 | 112 | 135 | 33 | 0 | 107 | 305 | 127 | 17 |
| Binary | 101 | 110110 | 1001010 | 1011101 | 11011 | 0 | 1000111 | 11000101 | 1010111 | 1111 |
Color Harmonies of #05364A
Complementary color
Monochromatic Colors of #05364A
Black with #05364A
Text Example
Text Example
White with #05364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05364A; }
p { color: rgb(5,54,74); }
H1.HeaderClassName
{
color: #05364A;
}
.AnyTagClassName
{
color: #05364A;
}
</style>
background-color css
<style>
a { background-color: #05364A; }
a { background-color: rgb(5,54,74); }
div.DivClassName
{
background-color: #05364A;
}
.BgClassName
{
background-color: #05364A;
}
</style>
border-color css
<style>
span { border-color: #05364A; }
span { border-color: rgb(5,54,74); }
td.TdClassName
{
border-color: #05364A;
}
.TagClassName
{
border-color: #05364A;
}
</style>