Shades of Blue Whale #0A324E
Tints of Blue Whale #0A324E
RGB
CMYK
RGB Variations
Color information
#0A324E (or 0x0A324E) is known color: Blue Whale. HEX triplet: 0A, 32 and 4E. RGB value is (10,50,78). Sum of RGB (Red+Green+Blue) = 10+50+78=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A324E is #F5CDB1. Grayscale: #292929. Windows color (decimal): -16108978 or 5124618. OLE color: 5124618.
HSL color Cylindrical-coordinate representation of color #0A324E: hue angle of 204.71º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A324E is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 50 | 78 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.69 |
| HSL | 204.71º | 0.77% | 0.17% | - |
| HSV(B) | 204.71º | 0.87% | 0.31% | - |
| XYZ | 2.64 | 2.9 | 7.63 | - |
| YUV | 41.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 78 | 0.87 | 0.36 | 0 | 0.69 | 204.71 | 0.77 | 0.17 |
| Hex | A | 32 | 4E | 57 | 24 | 0 | 45 | CD | 4D | 11 |
| Octal | 12 | 62 | 116 | 127 | 44 | 0 | 105 | 315 | 115 | 21 |
| Binary | 1010 | 110010 | 1001110 | 1010111 | 100100 | 0 | 1000101 | 11001101 | 1001101 | 10001 |
Color Harmonies of #0A324E
Complementary color
Monochromatic Colors of #0A324E
Black with #0A324E
Text Example
Text Example
White with #0A324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A324E; }
p { color: rgb(10,50,78); }
H1.HeaderClassName
{
color: #0A324E;
}
.AnyTagClassName
{
color: #0A324E;
}
</style>
background-color css
<style>
a { background-color: #0A324E; }
a { background-color: rgb(10,50,78); }
div.DivClassName
{
background-color: #0A324E;
}
.BgClassName
{
background-color: #0A324E;
}
</style>
border-color css
<style>
span { border-color: #0A324E; }
span { border-color: rgb(10,50,78); }
td.TdClassName
{
border-color: #0A324E;
}
.TagClassName
{
border-color: #0A324E;
}
</style>