#124D63

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

Shades of Astronaut Blue #124D63

Tints of Astronaut Blue #124D63

Color information

#124D63 (or 0x124D63) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4D and 63. RGB value is (18,77,99). Sum of RGB (Red+Green+Blue) = 18+77+99=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #124D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D63 is #EDB29C. Grayscale: #3D3D3D. Windows color (decimal): -15577757 or 6507794. OLE color: 6507794.

HSL color Cylindrical-coordinate representation of color #124D63: hue angle of 196.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124D63 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB187799-
CMYK0.820.2200.61
HSL196.3º69.23%22.94%-
HSV(B)196.3º81.82%38.82%-
XYZ5.166.3412.76-
YUV61.87148.9596.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=9.28%
G=39.69%
B=51.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1877990.820.2200.61196.369.2322.94
Hex124D63521603Dc44517
Octal221151431222607530410527
Binary1001010011011100011101001010110011110111000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,77,99); }

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

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

 a { background-color: rgb(18,77,99); }

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

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

 span { border-color: rgb(18,77,99); }

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