Shades of Blue Whale #0A364B
Tints of Blue Whale #0A364B
RGB
CMYK
RGB Variations
Color information
#0A364B (or 0x0A364B) is known color: Blue Whale. HEX triplet: 0A, 36 and 4B. RGB value is (10,54,75). Sum of RGB (Red+Green+Blue) = 10+54+75=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A364B is #F5C9B4. Grayscale: #2B2B2B. Windows color (decimal): -16107957 or 4929034. OLE color: 4929034.
HSL color Cylindrical-coordinate representation of color #0A364B: hue angle of 199.38º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A364B is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 54 | 75 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.71 |
| HSL | 199.38º | 0.76% | 0.17% | - |
| HSV(B) | 199.38º | 0.87% | 0.29% | - |
| XYZ | 2.71 | 3.21 | 7.13 | - |
| YUV | 43.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 75 | 0.87 | 0.28 | 0 | 0.71 | 199.38 | 0.76 | 0.17 |
| Hex | A | 36 | 4B | 57 | 1C | 0 | 47 | C7 | 4C | 11 |
| Octal | 12 | 66 | 113 | 127 | 34 | 0 | 107 | 307 | 114 | 21 |
| Binary | 1010 | 110110 | 1001011 | 1010111 | 11100 | 0 | 1000111 | 11000111 | 1001100 | 10001 |
Color Harmonies of #0A364B
Complementary color
Monochromatic Colors of #0A364B
Black with #0A364B
Text Example
Text Example
White with #0A364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A364B; }
p { color: rgb(10,54,75); }
H1.HeaderClassName
{
color: #0A364B;
}
.AnyTagClassName
{
color: #0A364B;
}
</style>
background-color css
<style>
a { background-color: #0A364B; }
a { background-color: rgb(10,54,75); }
div.DivClassName
{
background-color: #0A364B;
}
.BgClassName
{
background-color: #0A364B;
}
</style>
border-color css
<style>
span { border-color: #0A364B; }
span { border-color: rgb(10,54,75); }
td.TdClassName
{
border-color: #0A364B;
}
.TagClassName
{
border-color: #0A364B;
}
</style>