Shades of Blue Whale #0A313E
Tints of Blue Whale #0A313E
RGB
CMYK
RGB Variations
Color information
#0A313E (or 0x0A313E) is known color: Blue Whale. HEX triplet: 0A, 31 and 3E. RGB value is (10,49,62). Sum of RGB (Red+Green+Blue) = 10+49+62=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A313E is #F5CEC1. Grayscale: #262626. Windows color (decimal): -16109250 or 4075786. OLE color: 4075786.
HSL color Cylindrical-coordinate representation of color #0A313E: hue angle of 195º 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 #0A313E is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 49 | 62 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.76 |
| HSL | 195º | 0.72% | 0.14% | - |
| HSV(B) | 195º | 0.84% | 0.24% | - |
| XYZ | 2.09 | 2.61 | 4.95 | - |
| YUV | 38.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 62 | 0.84 | 0.21 | 0 | 0.76 | 195 | 0.72 | 0.14 |
| Hex | A | 31 | 3E | 54 | 15 | 0 | 4C | C3 | 48 | E |
| Octal | 12 | 61 | 76 | 124 | 25 | 0 | 114 | 303 | 110 | 16 |
| Binary | 1010 | 110001 | 111110 | 1010100 | 10101 | 0 | 1001100 | 11000011 | 1001000 | 1110 |
Color Harmonies of #0A313E
Complementary color
Monochromatic Colors of #0A313E
Black with #0A313E
Text Example
Text Example
White with #0A313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A313E; }
p { color: rgb(10,49,62); }
H1.HeaderClassName
{
color: #0A313E;
}
.AnyTagClassName
{
color: #0A313E;
}
</style>
background-color css
<style>
a { background-color: #0A313E; }
a { background-color: rgb(10,49,62); }
div.DivClassName
{
background-color: #0A313E;
}
.BgClassName
{
background-color: #0A313E;
}
</style>
border-color css
<style>
span { border-color: #0A313E; }
span { border-color: rgb(10,49,62); }
td.TdClassName
{
border-color: #0A313E;
}
.TagClassName
{
border-color: #0A313E;
}
</style>