Shades of Blue Whale #0A3651
Tints of Blue Whale #0A3651
RGB
CMYK
RGB Variations
Color information
#0A3651 (or 0x0A3651) is known color: Blue Whale. HEX triplet: 0A, 36 and 51. RGB value is (10,54,81). Sum of RGB (Red+Green+Blue) = 10+54+81=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3651 is #F5C9AE. Grayscale: #2B2B2B. Windows color (decimal): -16107951 or 5322250. OLE color: 5322250.
HSL color Cylindrical-coordinate representation of color #0A3651: hue angle of 202.82º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3651 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 54 | 81 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.68 |
| HSL | 202.82º | 0.78% | 0.18% | - |
| HSV(B) | 202.82º | 0.88% | 0.32% | - |
| XYZ | 2.93 | 3.3 | 8.27 | - |
| YUV | 43.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 81 | 0.88 | 0.33 | 0 | 0.68 | 202.82 | 0.78 | 0.18 |
| Hex | A | 36 | 51 | 58 | 21 | 0 | 44 | CB | 4E | 12 |
| Octal | 12 | 66 | 121 | 130 | 41 | 0 | 104 | 313 | 116 | 22 |
| Binary | 1010 | 110110 | 1010001 | 1011000 | 100001 | 0 | 1000100 | 11001011 | 1001110 | 10010 |
Color Harmonies of #0A3651
Complementary color
Monochromatic Colors of #0A3651
Black with #0A3651
Text Example
Text Example
White with #0A3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3651; }
p { color: rgb(10,54,81); }
H1.HeaderClassName
{
color: #0A3651;
}
.AnyTagClassName
{
color: #0A3651;
}
</style>
background-color css
<style>
a { background-color: #0A3651; }
a { background-color: rgb(10,54,81); }
div.DivClassName
{
background-color: #0A3651;
}
.BgClassName
{
background-color: #0A3651;
}
</style>
border-color css
<style>
span { border-color: #0A3651; }
span { border-color: rgb(10,54,81); }
td.TdClassName
{
border-color: #0A3651;
}
.TagClassName
{
border-color: #0A3651;
}
</style>