Shades of Blue Whale #0A334A
Tints of Blue Whale #0A334A
RGB
CMYK
RGB Variations
Color information
#0A334A (or 0x0A334A) is known color: Blue Whale. HEX triplet: 0A, 33 and 4A. RGB value is (10,51,74). Sum of RGB (Red+Green+Blue) = 10+51+74=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A334A is #F5CCB5. Grayscale: #292929. Windows color (decimal): -16108726 or 4862730. OLE color: 4862730.
HSL color Cylindrical-coordinate representation of color #0A334A: hue angle of 201.56º 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 #0A334A is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 51 | 74 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.71 |
| HSL | 201.56º | 0.76% | 0.16% | - |
| HSV(B) | 201.56º | 0.86% | 0.29% | - |
| XYZ | 2.55 | 2.93 | 6.91 | - |
| YUV | 41.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 74 | 0.86 | 0.31 | 0 | 0.71 | 201.56 | 0.76 | 0.16 |
| Hex | A | 33 | 4A | 56 | 1F | 0 | 47 | CA | 4C | 10 |
| Octal | 12 | 63 | 112 | 126 | 37 | 0 | 107 | 312 | 114 | 20 |
| Binary | 1010 | 110011 | 1001010 | 1010110 | 11111 | 0 | 1000111 | 11001010 | 1001100 | 10000 |
Color Harmonies of #0A334A
Complementary color
Monochromatic Colors of #0A334A
Black with #0A334A
Text Example
Text Example
White with #0A334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A334A; }
p { color: rgb(10,51,74); }
H1.HeaderClassName
{
color: #0A334A;
}
.AnyTagClassName
{
color: #0A334A;
}
</style>
background-color css
<style>
a { background-color: #0A334A; }
a { background-color: rgb(10,51,74); }
div.DivClassName
{
background-color: #0A334A;
}
.BgClassName
{
background-color: #0A334A;
}
</style>
border-color css
<style>
span { border-color: #0A334A; }
span { border-color: rgb(10,51,74); }
td.TdClassName
{
border-color: #0A334A;
}
.TagClassName
{
border-color: #0A334A;
}
</style>