Shades of Astronaut Blue #0C445B
Tints of Astronaut Blue #0C445B
RGB
CMYK
RGB Variations
Color information
#0C445B (or 0x0C445B) is known color: Astronaut Blue. HEX triplet: 0C, 44 and 5B. RGB value is (12,68,91). Sum of RGB (Red+Green+Blue) = 12+68+91=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C445B is #F3BBA4. Grayscale: #353535. Windows color (decimal): -15973285 or 5981196. OLE color: 5981196.
HSL color Cylindrical-coordinate representation of color #0C445B: hue angle of 197.47º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C445B is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 68 | 91 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.64 |
| HSL | 197.47º | 0.77% | 0.2% | - |
| HSV(B) | 197.47º | 0.87% | 0.36% | - |
| XYZ | 4.11 | 4.97 | 10.64 | - |
| YUV | 53.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 91 | 0.87 | 0.25 | 0 | 0.64 | 197.47 | 0.77 | 0.2 |
| Hex | C | 44 | 5B | 57 | 19 | 0 | 40 | C5 | 4D | 14 |
| Octal | 14 | 104 | 133 | 127 | 31 | 0 | 100 | 305 | 115 | 24 |
| Binary | 1100 | 1000100 | 1011011 | 1010111 | 11001 | 0 | 1000000 | 11000101 | 1001101 | 10100 |
Color Harmonies of #0C445B
Complementary color
Monochromatic Colors of #0C445B
Black with #0C445B
Text Example
Text Example
White with #0C445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C445B; }
p { color: rgb(12,68,91); }
H1.HeaderClassName
{
color: #0C445B;
}
.AnyTagClassName
{
color: #0C445B;
}
</style>
background-color css
<style>
a { background-color: #0C445B; }
a { background-color: rgb(12,68,91); }
div.DivClassName
{
background-color: #0C445B;
}
.BgClassName
{
background-color: #0C445B;
}
</style>
border-color css
<style>
span { border-color: #0C445B; }
span { border-color: rgb(12,68,91); }
td.TdClassName
{
border-color: #0C445B;
}
.TagClassName
{
border-color: #0C445B;
}
</style>