Shades of Astronaut Blue #0C4761
Tints of Astronaut Blue #0C4761
RGB
CMYK
RGB Variations
Color information
#0C4761 (or 0x0C4761) is known color: Astronaut Blue. HEX triplet: 0C, 47 and 61. RGB value is (12,71,97). Sum of RGB (Red+Green+Blue) = 12+71+97=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C4761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4761 is #F3B89E. Grayscale: #383838. Windows color (decimal): -15972511 or 6375180. OLE color: 6375180.
HSL color Cylindrical-coordinate representation of color #0C4761: hue angle of 198.35º 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 #0C4761 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 71 | 97 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.62 |
| HSL | 198.35º | 0.78% | 0.21% | - |
| HSV(B) | 198.35º | 0.88% | 0.38% | - |
| XYZ | 4.56 | 5.45 | 12.12 | - |
| YUV | 56.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 71 | 97 | 0.88 | 0.27 | 0 | 0.62 | 198.35 | 0.78 | 0.21 |
| Hex | C | 47 | 61 | 58 | 1B | 0 | 3E | C6 | 4E | 15 |
| Octal | 14 | 107 | 141 | 130 | 33 | 0 | 76 | 306 | 116 | 25 |
| Binary | 1100 | 1000111 | 1100001 | 1011000 | 11011 | 0 | 111110 | 11000110 | 1001110 | 10101 |
Color Harmonies of #0C4761
Complementary color
Monochromatic Colors of #0C4761
Black with #0C4761
Text Example
Text Example
White with #0C4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4761; }
p { color: rgb(12,71,97); }
H1.HeaderClassName
{
color: #0C4761;
}
.AnyTagClassName
{
color: #0C4761;
}
</style>
background-color css
<style>
a { background-color: #0C4761; }
a { background-color: rgb(12,71,97); }
div.DivClassName
{
background-color: #0C4761;
}
.BgClassName
{
background-color: #0C4761;
}
</style>
border-color css
<style>
span { border-color: #0C4761; }
span { border-color: rgb(12,71,97); }
td.TdClassName
{
border-color: #0C4761;
}
.TagClassName
{
border-color: #0C4761;
}
</style>