#0c465e

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

Shades of Astronaut Blue #0C465E

Tints of Astronaut Blue #0C465E

Color information

#0C465E (or 0x0C465E) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 46 and 5E. RGB value is (12,70,94). Sum of RGB (Red+Green+Blue) = 12+70+94=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C465E is #F3B9A1. Grayscale: #373737. Windows color (decimal): -15972770 or 6178316. OLE color: 6178316.

HSL color Cylindrical-coordinate representation of color #0C465E: hue angle of 197.56º degrees, saturation: 0.77, 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 #0C465E is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB127094-
CMYK0.870.2600.63
HSL197.56º77.36%20.78%-
HSV(B)197.56º87.23%36.86%-
XYZ4.365.2711.38-
YUV55.39149.7897.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=6.82%
G=39.77%
B=53.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1270940.870.2600.63197.5677.3620.78
HexC465E571A03Fc64d15
Octal141061361273207730611525
Binary110010001101011110101011111010011111111000110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c465e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,94); }

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

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

 a { background-color: rgb(12,70,94); }

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

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

 span { border-color: rgb(12,70,94); }

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