Shades of Astronaut Blue #0C465F
Tints of Astronaut Blue #0C465F
RGB
CMYK
RGB Variations
Color information
#0C465F (or 0x0C465F) is known color: Astronaut Blue. HEX triplet: 0C, 46 and 5F. RGB value is (12,70,95). Sum of RGB (Red+Green+Blue) = 12+70+95=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C465F is #F3B9A0. Grayscale: #373737. Windows color (decimal): -15972769 or 6243852. OLE color: 6243852.
HSL color Cylindrical-coordinate representation of color #0C465F: hue angle of 198.07º degrees, saturation: 0.78, 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 #0C465F is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 70 | 95 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.63 |
| HSL | 198.07º | 0.78% | 0.21% | - |
| HSV(B) | 198.07º | 0.87% | 0.37% | - |
| XYZ | 4.41 | 5.28 | 11.61 | - |
| YUV | 55.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 95 | 0.87 | 0.26 | 0 | 0.63 | 198.07 | 0.78 | 0.21 |
| Hex | C | 46 | 5F | 57 | 1A | 0 | 3F | C6 | 4E | 15 |
| Octal | 14 | 106 | 137 | 127 | 32 | 0 | 77 | 306 | 116 | 25 |
| Binary | 1100 | 1000110 | 1011111 | 1010111 | 11010 | 0 | 111111 | 11000110 | 1001110 | 10101 |
Color Harmonies of #0C465F
Complementary color
Monochromatic Colors of #0C465F
Black with #0C465F
Text Example
Text Example
White with #0C465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C465F; }
p { color: rgb(12,70,95); }
H1.HeaderClassName
{
color: #0C465F;
}
.AnyTagClassName
{
color: #0C465F;
}
</style>
background-color css
<style>
a { background-color: #0C465F; }
a { background-color: rgb(12,70,95); }
div.DivClassName
{
background-color: #0C465F;
}
.BgClassName
{
background-color: #0C465F;
}
</style>
border-color css
<style>
span { border-color: #0C465F; }
span { border-color: rgb(12,70,95); }
td.TdClassName
{
border-color: #0C465F;
}
.TagClassName
{
border-color: #0C465F;
}
</style>