Shades of Astronaut Blue #0C485E
Tints of Astronaut Blue #0C485E
RGB
CMYK
RGB Variations
Color information
#0C485E (or 0x0C485E) is known color: Astronaut Blue. HEX triplet: 0C, 48 and 5E. RGB value is (12,72,94). Sum of RGB (Red+Green+Blue) = 12+72+94=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C485E is #F3B7A1. Grayscale: #383838. Windows color (decimal): -15972258 or 6178828. OLE color: 6178828.
HSL color Cylindrical-coordinate representation of color #0C485E: hue angle of 196.1º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C485E is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 72 | 94 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.63 |
| HSL | 196.1º | 0.77% | 0.21% | - |
| HSV(B) | 196.1º | 0.87% | 0.37% | - |
| XYZ | 4.49 | 5.52 | 11.42 | - |
| YUV | 56.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 94 | 0.87 | 0.23 | 0 | 0.63 | 196.1 | 0.77 | 0.21 |
| Hex | C | 48 | 5E | 57 | 17 | 0 | 3F | C4 | 4D | 15 |
| Octal | 14 | 110 | 136 | 127 | 27 | 0 | 77 | 304 | 115 | 25 |
| Binary | 1100 | 1001000 | 1011110 | 1010111 | 10111 | 0 | 111111 | 11000100 | 1001101 | 10101 |
Color Harmonies of #0C485E
Complementary color
Monochromatic Colors of #0C485E
Black with #0C485E
Text Example
Text Example
White with #0C485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C485E; }
p { color: rgb(12,72,94); }
H1.HeaderClassName
{
color: #0C485E;
}
.AnyTagClassName
{
color: #0C485E;
}
</style>
background-color css
<style>
a { background-color: #0C485E; }
a { background-color: rgb(12,72,94); }
div.DivClassName
{
background-color: #0C485E;
}
.BgClassName
{
background-color: #0C485E;
}
</style>
border-color css
<style>
span { border-color: #0C485E; }
span { border-color: rgb(12,72,94); }
td.TdClassName
{
border-color: #0C485E;
}
.TagClassName
{
border-color: #0C485E;
}
</style>