#124E5E

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

Shades of Astronaut Blue #124E5E

Tints of Astronaut Blue #124E5E

Color information

#124E5E (or 0x124E5E) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4E and 5E. RGB value is (18,78,94). Sum of RGB (Red+Green+Blue) = 18+78+94=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #124E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E5E is #EDB1A1. Grayscale: #3D3D3D. Windows color (decimal): -15577506 or 6180370. OLE color: 6180370.

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

Color convert

RGB187894-
CMYK0.810.1700.63
HSL192.63º67.86%21.96%-
HSV(B)192.63º80.85%36.86%-
XYZ4.996.3911.56-
YUV61.88146.1296.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=9.47%
G=41.05%
B=49.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1878940.810.1700.63192.6367.8621.96
Hex124E5E511103Fc14416
Octal221161361212107730110426
Binary1001010011101011110101000110001011111111000001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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