Shades of Astronaut Blue #0C4056
Tints of Astronaut Blue #0C4056
RGB
CMYK
RGB Variations
Color information
#0C4056 (or 0x0C4056) is known color: Astronaut Blue. HEX triplet: 0C, 40 and 56. RGB value is (12,64,86). Sum of RGB (Red+Green+Blue) = 12+64+86=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C4056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4056 is #F3BFA9. Grayscale: #323232. Windows color (decimal): -15974314 or 5652492. OLE color: 5652492.
HSL color Cylindrical-coordinate representation of color #0C4056: hue angle of 197.84º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4056 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 64 | 86 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.66 |
| HSL | 197.84º | 0.76% | 0.19% | - |
| HSV(B) | 197.84º | 0.86% | 0.34% | - |
| XYZ | 3.66 | 4.42 | 9.46 | - |
| YUV | 50.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 86 | 0.86 | 0.26 | 0 | 0.66 | 197.84 | 0.76 | 0.19 |
| Hex | C | 40 | 56 | 56 | 1A | 0 | 42 | C6 | 4C | 13 |
| Octal | 14 | 100 | 126 | 126 | 32 | 0 | 102 | 306 | 114 | 23 |
| Binary | 1100 | 1000000 | 1010110 | 1010110 | 11010 | 0 | 1000010 | 11000110 | 1001100 | 10011 |
Color Harmonies of #0C4056
Complementary color
Monochromatic Colors of #0C4056
Black with #0C4056
Text Example
Text Example
White with #0C4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4056; }
p { color: rgb(12,64,86); }
H1.HeaderClassName
{
color: #0C4056;
}
.AnyTagClassName
{
color: #0C4056;
}
</style>
background-color css
<style>
a { background-color: #0C4056; }
a { background-color: rgb(12,64,86); }
div.DivClassName
{
background-color: #0C4056;
}
.BgClassName
{
background-color: #0C4056;
}
</style>
border-color css
<style>
span { border-color: #0C4056; }
span { border-color: rgb(12,64,86); }
td.TdClassName
{
border-color: #0C4056;
}
.TagClassName
{
border-color: #0C4056;
}
</style>