Shades of Blue Whale #0A303E
Tints of Blue Whale #0A303E
RGB
CMYK
RGB Variations
Color information
#0A303E (or 0x0A303E) is known color: Blue Whale. HEX triplet: 0A, 30 and 3E. RGB value is (10,48,62). Sum of RGB (Red+Green+Blue) = 10+48+62=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A303E is #F5CFC1. Grayscale: #262626. Windows color (decimal): -16109506 or 4075530. OLE color: 4075530.
HSL color Cylindrical-coordinate representation of color #0A303E: hue angle of 196.15º 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 #0A303E is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 48 | 62 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.76 |
| HSL | 196.15º | 0.72% | 0.14% | - |
| HSV(B) | 196.15º | 0.84% | 0.24% | - |
| XYZ | 2.05 | 2.53 | 4.94 | - |
| YUV | 38.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 62 | 0.84 | 0.23 | 0 | 0.76 | 196.15 | 0.72 | 0.14 |
| Hex | A | 30 | 3E | 54 | 17 | 0 | 4C | C4 | 48 | E |
| Octal | 12 | 60 | 76 | 124 | 27 | 0 | 114 | 304 | 110 | 16 |
| Binary | 1010 | 110000 | 111110 | 1010100 | 10111 | 0 | 1001100 | 11000100 | 1001000 | 1110 |
Color Harmonies of #0A303E
Complementary color
Monochromatic Colors of #0A303E
Black with #0A303E
Text Example
Text Example
White with #0A303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A303E; }
p { color: rgb(10,48,62); }
H1.HeaderClassName
{
color: #0A303E;
}
.AnyTagClassName
{
color: #0A303E;
}
</style>
background-color css
<style>
a { background-color: #0A303E; }
a { background-color: rgb(10,48,62); }
div.DivClassName
{
background-color: #0A303E;
}
.BgClassName
{
background-color: #0A303E;
}
</style>
border-color css
<style>
span { border-color: #0A303E; }
span { border-color: rgb(10,48,62); }
td.TdClassName
{
border-color: #0A303E;
}
.TagClassName
{
border-color: #0A303E;
}
</style>