#124A5A

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

Shades of Astronaut Blue #124A5A

Tints of Astronaut Blue #124A5A

Color information

#124A5A (or 0x124A5A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4A and 5A. RGB value is (18,74,90). Sum of RGB (Red+Green+Blue) = 18+74+90=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #124A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A5A is #EDB5A5. Grayscale: #3A3A3A. Windows color (decimal): -15578534 or 5917202. OLE color: 5917202.

HSL color Cylindrical-coordinate representation of color #124A5A: hue angle of 193.33º degrees, saturation: 0.67, 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 #124A5A is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB187490-
CMYK0.800.1800.65
HSL193.33º66.67%21.18%-
HSV(B)193.33º80%35.29%-
XYZ4.545.7610.55-
YUV59.08145.4598.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=9.89%
G=40.66%
B=49.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1874900.800.1800.65193.3366.6721.18
Hex124A5A5012041c14315
Octal2211213212022010130110325
Binary10010100101010110101010000100100100000111000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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