Shades of Blue Whale #0A354A
Tints of Blue Whale #0A354A
RGB
CMYK
RGB Variations
Color information
#0A354A (or 0x0A354A) is known color: Blue Whale. HEX triplet: 0A, 35 and 4A. RGB value is (10,53,74). Sum of RGB (Red+Green+Blue) = 10+53+74=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A354A is #F5CAB5. Grayscale: #2A2A2A. Windows color (decimal): -16108214 or 4863242. OLE color: 4863242.
HSL color Cylindrical-coordinate representation of color #0A354A: hue angle of 199.69º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A354A is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 53 | 74 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.71 |
| HSL | 199.69º | 0.76% | 0.16% | - |
| HSV(B) | 199.69º | 0.86% | 0.29% | - |
| XYZ | 2.63 | 3.11 | 6.94 | - |
| YUV | 42.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 74 | 0.86 | 0.28 | 0 | 0.71 | 199.69 | 0.76 | 0.16 |
| Hex | A | 35 | 4A | 56 | 1C | 0 | 47 | C8 | 4C | 10 |
| Octal | 12 | 65 | 112 | 126 | 34 | 0 | 107 | 310 | 114 | 20 |
| Binary | 1010 | 110101 | 1001010 | 1010110 | 11100 | 0 | 1000111 | 11001000 | 1001100 | 10000 |
Color Harmonies of #0A354A
Complementary color
Monochromatic Colors of #0A354A
Black with #0A354A
Text Example
Text Example
White with #0A354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A354A; }
p { color: rgb(10,53,74); }
H1.HeaderClassName
{
color: #0A354A;
}
.AnyTagClassName
{
color: #0A354A;
}
</style>
background-color css
<style>
a { background-color: #0A354A; }
a { background-color: rgb(10,53,74); }
div.DivClassName
{
background-color: #0A354A;
}
.BgClassName
{
background-color: #0A354A;
}
</style>
border-color css
<style>
span { border-color: #0A354A; }
span { border-color: rgb(10,53,74); }
td.TdClassName
{
border-color: #0A354A;
}
.TagClassName
{
border-color: #0A354A;
}
</style>