#124A59

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

Shades of Astronaut Blue #124A59

Tints of Astronaut Blue #124A59

Color information

#124A59 (or 0x124A59) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4A and 59. RGB value is (18,74,89). Sum of RGB (Red+Green+Blue) = 18+74+89=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #124A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A59 is #EDB5A6. Grayscale: #3A3A3A. Windows color (decimal): -15578535 or 5851666. OLE color: 5851666.

HSL color Cylindrical-coordinate representation of color #124A59: hue angle of 192.68º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124A59 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB187489-
CMYK0.800.1700.65
HSL192.68º66.36%20.98%-
HSV(B)192.68º79.78%34.9%-
XYZ4.55.7510.32-
YUV58.97144.9598.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=9.94%
G=40.88%
B=49.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1874890.800.1700.65192.6866.3620.98
Hex124A595011041c14215
Octal2211213112021010130110225
Binary10010100101010110011010000100010100000111000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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