Shades of Blue Whale #0A3141
Tints of Blue Whale #0A3141
RGB
CMYK
RGB Variations
Color information
#0A3141 (or 0x0A3141) is known color: Blue Whale. HEX triplet: 0A, 31 and 41. RGB value is (10,49,65). Sum of RGB (Red+Green+Blue) = 10+49+65=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A3141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3141 is #F5CEBE. Grayscale: #272727. Windows color (decimal): -16109247 or 4272394. OLE color: 4272394.
HSL color Cylindrical-coordinate representation of color #0A3141: hue angle of 197.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3141 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 49 | 65 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.75 |
| HSL | 197.45º | 0.73% | 0.15% | - |
| HSV(B) | 197.45º | 0.85% | 0.25% | - |
| XYZ | 2.18 | 2.64 | 5.4 | - |
| YUV | 39.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 65 | 0.85 | 0.25 | 0 | 0.75 | 197.45 | 0.73 | 0.15 |
| Hex | A | 31 | 41 | 55 | 19 | 0 | 4B | C5 | 49 | F |
| Octal | 12 | 61 | 101 | 125 | 31 | 0 | 113 | 305 | 111 | 17 |
| Binary | 1010 | 110001 | 1000001 | 1010101 | 11001 | 0 | 1001011 | 11000101 | 1001001 | 1111 |
Color Harmonies of #0A3141
Complementary color
Monochromatic Colors of #0A3141
Black with #0A3141
Text Example
Text Example
White with #0A3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3141; }
p { color: rgb(10,49,65); }
H1.HeaderClassName
{
color: #0A3141;
}
.AnyTagClassName
{
color: #0A3141;
}
</style>
background-color css
<style>
a { background-color: #0A3141; }
a { background-color: rgb(10,49,65); }
div.DivClassName
{
background-color: #0A3141;
}
.BgClassName
{
background-color: #0A3141;
}
</style>
border-color css
<style>
span { border-color: #0A3141; }
span { border-color: rgb(10,49,65); }
td.TdClassName
{
border-color: #0A3141;
}
.TagClassName
{
border-color: #0A3141;
}
</style>