#0C4155

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

Shades of Astronaut Blue #0C4155

Tints of Astronaut Blue #0C4155

Color information

#0C4155 (or 0x0C4155) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 41 and 55. RGB value is (12,65,85). Sum of RGB (Red+Green+Blue) = 12+65+85=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C4155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4155 is #F3BEAA. Grayscale: #333333. Windows color (decimal): -15974059 or 5587212. OLE color: 5587212.

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

Color convert

RGB126585-
CMYK0.860.2400.67
HSL196.44º75.26%19.02%-
HSV(B)196.44º85.88%33.33%-
XYZ3.684.519.27-
YUV51.43146.9499.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=7.41%
G=40.12%
B=52.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1265850.860.2400.67196.4475.2619.02
HexC41555618043c44b13
Octal1410112512630010330411323
Binary1100100000110101011010110110000100001111000100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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