#124A5E

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

Shades of Astronaut Blue #124A5E

Tints of Astronaut Blue #124A5E

Color information

#124A5E (or 0x124A5E) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4A and 5E. RGB value is (18,74,94). Sum of RGB (Red+Green+Blue) = 18+74+94=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #124A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A5E is #EDB5A1. Grayscale: #3B3B3B. Windows color (decimal): -15578530 or 6179346. OLE color: 6179346.

HSL color Cylindrical-coordinate representation of color #124A5E: hue angle of 195.79º 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 #124A5E is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB187494-
CMYK0.810.2100.63
HSL195.79º67.86%21.96%-
HSV(B)195.79º80.85%36.86%-
XYZ4.725.8311.47-
YUV59.54147.4598.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=9.68%
G=39.78%
B=50.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1874940.810.2100.63195.7967.8621.96
Hex124A5E511503Fc44416
Octal221121361212507730410426
Binary1001010010101011110101000110101011111111000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A5E; }

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

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

<style>
 a { background-color: #124A5E; }

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

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

<style>
 span { border-color: #124A5E; }

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

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