#12495E

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

Shades of Astronaut Blue #12495E

Tints of Astronaut Blue #12495E

Color information

#12495E (or 0x12495E) is unknown color: approx Astronaut Blue. HEX triplet: 12, 49 and 5E. RGB value is (18,73,94). Sum of RGB (Red+Green+Blue) = 18+73+94=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #12495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495E is #EDB6A1. Grayscale: #3A3A3A. Windows color (decimal): -15578786 or 6179090. OLE color: 6179090.

HSL color Cylindrical-coordinate representation of color #12495E: hue angle of 196.58º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12495E is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB187394-
CMYK0.810.2200.63
HSL196.58º67.86%21.96%-
HSV(B)196.58º80.85%36.86%-
XYZ4.655.711.45-
YUV58.95147.7898.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=9.73%
G=39.46%
B=50.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1873940.810.2200.63196.5867.8621.96
Hex12495E511603Fc54416
Octal221111361212607730510426
Binary1001010010011011110101000110110011111111000101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12495E; }

 p { color: rgb(18,73,94); }

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

<style>
 a { background-color: #12495E; }

 a { background-color: rgb(18,73,94); }

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

<style>
 span { border-color: #12495E; }

 span { border-color: rgb(18,73,94); }

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