Shades of Astronaut Blue #0C485D
Tints of Astronaut Blue #0C485D
RGB
CMYK
RGB Variations
Color information
#0C485D (or 0x0C485D) is known color: Astronaut Blue. HEX triplet: 0C, 48 and 5D. RGB value is (12,72,93). Sum of RGB (Red+Green+Blue) = 12+72+93=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C485D is #F3B7A2. Grayscale: #383838. Windows color (decimal): -15972259 or 6113292. OLE color: 6113292.
HSL color Cylindrical-coordinate representation of color #0C485D: hue angle of 195.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C485D is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 72 | 93 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.64 |
| HSL | 195.56º | 0.77% | 0.21% | - |
| HSV(B) | 195.56º | 0.87% | 0.36% | - |
| XYZ | 4.44 | 5.5 | 11.18 | - |
| YUV | 56.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 93 | 0.87 | 0.23 | 0 | 0.64 | 195.56 | 0.77 | 0.21 |
| Hex | C | 48 | 5D | 57 | 17 | 0 | 40 | C4 | 4D | 15 |
| Octal | 14 | 110 | 135 | 127 | 27 | 0 | 100 | 304 | 115 | 25 |
| Binary | 1100 | 1001000 | 1011101 | 1010111 | 10111 | 0 | 1000000 | 11000100 | 1001101 | 10101 |
Color Harmonies of #0C485D
Complementary color
Monochromatic Colors of #0C485D
Black with #0C485D
Text Example
Text Example
White with #0C485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C485D; }
p { color: rgb(12,72,93); }
H1.HeaderClassName
{
color: #0C485D;
}
.AnyTagClassName
{
color: #0C485D;
}
</style>
background-color css
<style>
a { background-color: #0C485D; }
a { background-color: rgb(12,72,93); }
div.DivClassName
{
background-color: #0C485D;
}
.BgClassName
{
background-color: #0C485D;
}
</style>
border-color css
<style>
span { border-color: #0C485D; }
span { border-color: rgb(12,72,93); }
td.TdClassName
{
border-color: #0C485D;
}
.TagClassName
{
border-color: #0C485D;
}
</style>