Shades of Blue Whale #0A3048
Tints of Blue Whale #0A3048
RGB
CMYK
RGB Variations
Color information
#0A3048 (or 0x0A3048) is known color: Blue Whale. HEX triplet: 0A, 30 and 48. RGB value is (10,48,72). Sum of RGB (Red+Green+Blue) = 10+48+72=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A3048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3048 is #F5CFB7. Grayscale: #272727. Windows color (decimal): -16109496 or 4730890. OLE color: 4730890.
HSL color Cylindrical-coordinate representation of color #0A3048: hue angle of 203.23º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A3048 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 48 | 72 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.72 |
| HSL | 203.23º | 0.76% | 0.16% | - |
| HSV(B) | 203.23º | 0.86% | 0.28% | - |
| XYZ | 2.35 | 2.65 | 6.52 | - |
| YUV | 39.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 72 | 0.86 | 0.33 | 0 | 0.72 | 203.23 | 0.76 | 0.16 |
| Hex | A | 30 | 48 | 56 | 21 | 0 | 48 | CB | 4C | 10 |
| Octal | 12 | 60 | 110 | 126 | 41 | 0 | 110 | 313 | 114 | 20 |
| Binary | 1010 | 110000 | 1001000 | 1010110 | 100001 | 0 | 1001000 | 11001011 | 1001100 | 10000 |
Color Harmonies of #0A3048
Complementary color
Monochromatic Colors of #0A3048
Black with #0A3048
Text Example
Text Example
White with #0A3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3048; }
p { color: rgb(10,48,72); }
H1.HeaderClassName
{
color: #0A3048;
}
.AnyTagClassName
{
color: #0A3048;
}
</style>
background-color css
<style>
a { background-color: #0A3048; }
a { background-color: rgb(10,48,72); }
div.DivClassName
{
background-color: #0A3048;
}
.BgClassName
{
background-color: #0A3048;
}
</style>
border-color css
<style>
span { border-color: #0A3048; }
span { border-color: rgb(10,48,72); }
td.TdClassName
{
border-color: #0A3048;
}
.TagClassName
{
border-color: #0A3048;
}
</style>