Shades of Blue Whale #0A384D
Tints of Blue Whale #0A384D
RGB
CMYK
RGB Variations
Color information
#0A384D (or 0x0A384D) is known color: Blue Whale. HEX triplet: 0A, 38 and 4D. RGB value is (10,56,77). Sum of RGB (Red+Green+Blue) = 10+56+77=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A384D is #F5C7B2. Grayscale: #2C2C2C. Windows color (decimal): -16107443 or 5060618. OLE color: 5060618.
HSL color Cylindrical-coordinate representation of color #0A384D: hue angle of 198.81º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A384D is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 56 | 77 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.70 |
| HSL | 198.81º | 0.77% | 0.17% | - |
| HSV(B) | 198.81º | 0.87% | 0.3% | - |
| XYZ | 2.88 | 3.43 | 7.53 | - |
| YUV | 44.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 77 | 0.87 | 0.27 | 0 | 0.70 | 198.81 | 0.77 | 0.17 |
| Hex | A | 38 | 4D | 57 | 1B | 0 | 46 | C7 | 4D | 11 |
| Octal | 12 | 70 | 115 | 127 | 33 | 0 | 106 | 307 | 115 | 21 |
| Binary | 1010 | 111000 | 1001101 | 1010111 | 11011 | 0 | 1000110 | 11000111 | 1001101 | 10001 |
Color Harmonies of #0A384D
Complementary color
Monochromatic Colors of #0A384D
Black with #0A384D
Text Example
Text Example
White with #0A384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A384D; }
p { color: rgb(10,56,77); }
H1.HeaderClassName
{
color: #0A384D;
}
.AnyTagClassName
{
color: #0A384D;
}
</style>
background-color css
<style>
a { background-color: #0A384D; }
a { background-color: rgb(10,56,77); }
div.DivClassName
{
background-color: #0A384D;
}
.BgClassName
{
background-color: #0A384D;
}
</style>
border-color css
<style>
span { border-color: #0A384D; }
span { border-color: rgb(10,56,77); }
td.TdClassName
{
border-color: #0A384D;
}
.TagClassName
{
border-color: #0A384D;
}
</style>