Shades of Blue Whale #0A2E3E
Tints of Blue Whale #0A2E3E
RGB
CMYK
RGB Variations
Color information
#0A2E3E (or 0x0A2E3E) is known color: Blue Whale. HEX triplet: 0A, 2E and 3E. RGB value is (10,46,62). Sum of RGB (Red+Green+Blue) = 10+46+62=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A2E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2E3E is #F5D1C1. Grayscale: #242424. Windows color (decimal): -16110018 or 4075018. OLE color: 4075018.
HSL color Cylindrical-coordinate representation of color #0A2E3E: hue angle of 198.46º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A2E3E is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 46 | 62 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.76 |
| HSL | 198.46º | 0.72% | 0.14% | - |
| HSV(B) | 198.46º | 0.84% | 0.24% | - |
| XYZ | 1.97 | 2.37 | 4.91 | - |
| YUV | 37.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 62 | 0.84 | 0.26 | 0 | 0.76 | 198.46 | 0.72 | 0.14 |
| Hex | A | 2E | 3E | 54 | 1A | 0 | 4C | C6 | 48 | E |
| Octal | 12 | 56 | 76 | 124 | 32 | 0 | 114 | 306 | 110 | 16 |
| Binary | 1010 | 101110 | 111110 | 1010100 | 11010 | 0 | 1001100 | 11000110 | 1001000 | 1110 |
Color Harmonies of #0A2E3E
Complementary color
Monochromatic Colors of #0A2E3E
Black with #0A2E3E
Text Example
Text Example
White with #0A2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E3E; }
p { color: rgb(10,46,62); }
H1.HeaderClassName
{
color: #0A2E3E;
}
.AnyTagClassName
{
color: #0A2E3E;
}
</style>
background-color css
<style>
a { background-color: #0A2E3E; }
a { background-color: rgb(10,46,62); }
div.DivClassName
{
background-color: #0A2E3E;
}
.BgClassName
{
background-color: #0A2E3E;
}
</style>
border-color css
<style>
span { border-color: #0A2E3E; }
span { border-color: rgb(10,46,62); }
td.TdClassName
{
border-color: #0A2E3E;
}
.TagClassName
{
border-color: #0A2E3E;
}
</style>