#124A61

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

Shades of Astronaut Blue #124A61

Tints of Astronaut Blue #124A61

Color information

#124A61 (or 0x124A61) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4A and 61. RGB value is (18,74,97). Sum of RGB (Red+Green+Blue) = 18+74+97=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #124A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A61 is #EDB59E. Grayscale: #3B3B3B. Windows color (decimal): -15578527 or 6375954. OLE color: 6375954.

HSL color Cylindrical-coordinate representation of color #124A61: hue angle of 197.47º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124A61 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187497-
CMYK0.810.2400.62
HSL197.47º68.7%22.55%-
HSV(B)197.47º81.44%38.04%-
XYZ4.865.8912.19-
YUV59.88148.9598.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=9.52%
G=39.15%
B=51.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1874970.810.2400.62197.4768.722.55
Hex124A61511803Ec54517
Octal221121411213007630510527
Binary1001010010101100001101000111000011111011000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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