Shades of Astronaut Blue #0C4C61
Tints of Astronaut Blue #0C4C61
RGB
CMYK
RGB Variations
Color information
#0C4C61 (or 0x0C4C61) is known color: Astronaut Blue. HEX triplet: 0C, 4C and 61. RGB value is (12,76,97). Sum of RGB (Red+Green+Blue) = 12+76+97=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C4C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C61 is #F3B39E. Grayscale: #3B3B3B. Windows color (decimal): -15971231 or 6376460. OLE color: 6376460.
HSL color Cylindrical-coordinate representation of color #0C4C61: hue angle of 194.82º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4C61 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 76 | 97 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.62 |
| HSL | 194.82º | 0.78% | 0.21% | - |
| HSV(B) | 194.82º | 0.88% | 0.38% | - |
| XYZ | 4.89 | 6.11 | 12.23 | - |
| YUV | 59.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 97 | 0.88 | 0.22 | 0 | 0.62 | 194.82 | 0.78 | 0.21 |
| Hex | C | 4C | 61 | 58 | 16 | 0 | 3E | C3 | 4E | 15 |
| Octal | 14 | 114 | 141 | 130 | 26 | 0 | 76 | 303 | 116 | 25 |
| Binary | 1100 | 1001100 | 1100001 | 1011000 | 10110 | 0 | 111110 | 11000011 | 1001110 | 10101 |
Color Harmonies of #0C4C61
Complementary color
Monochromatic Colors of #0C4C61
Black with #0C4C61
Text Example
Text Example
White with #0C4C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C61; }
p { color: rgb(12,76,97); }
H1.HeaderClassName
{
color: #0C4C61;
}
.AnyTagClassName
{
color: #0C4C61;
}
</style>
background-color css
<style>
a { background-color: #0C4C61; }
a { background-color: rgb(12,76,97); }
div.DivClassName
{
background-color: #0C4C61;
}
.BgClassName
{
background-color: #0C4C61;
}
</style>
border-color css
<style>
span { border-color: #0C4C61; }
span { border-color: rgb(12,76,97); }
td.TdClassName
{
border-color: #0C4C61;
}
.TagClassName
{
border-color: #0C4C61;
}
</style>