#0C4156

Color #0C4156 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #0C4156

Tints of Astronaut Blue #0C4156

Color information

#0C4156 (or 0x0C4156) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 41 and 56. RGB value is (12,65,86). Sum of RGB (Red+Green+Blue) = 12+65+86=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C4156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4156 is #F3BEA9. Grayscale: #333333. Windows color (decimal): -15974058 or 5652748. OLE color: 5652748.

HSL color Cylindrical-coordinate representation of color #0C4156: hue angle of 197.03º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4156 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB126586-
CMYK0.860.2400.66
HSL197.03º75.51%19.22%-
HSV(B)197.03º86.05%33.73%-
XYZ3.724.539.48-
YUV51.55147.4499.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=7.36%
G=39.88%
B=52.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1265860.860.2400.66197.0375.5119.22
HexC41565618042c54c13
Octal1410112612630010230511423
Binary1100100000110101101010110110000100001011000101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4156; }

 p { color: rgb(12,65,86); }

 H1.HeaderClassName
 {
   color: #0C4156;
 }
 .AnyTagClassName
 {
   color: #0C4156;
 }
</style>
background-color css

<style>
 a { background-color: #0C4156; }

 a { background-color: rgb(12,65,86); }

 div.DivClassName
 {
   background-color: #0C4156;
 }
 .BgClassName
 {
   background-color: #0C4156;
 }
</style>
border-color css

<style>
 span { border-color: #0C4156; }

 span { border-color: rgb(12,65,86); }

 td.TdClassName
 {
   border-color: #0C4156;
 }
 .TagClassName
 {
   border-color: #0C4156;
 }
</style>