#124E63

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

Shades of Astronaut Blue #124E63

Tints of Astronaut Blue #124E63

Color information

#124E63 (or 0x124E63) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4E and 63. RGB value is (18,78,99). Sum of RGB (Red+Green+Blue) = 18+78+99=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #124E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E63 is #EDB19C. Grayscale: #3E3E3E. Windows color (decimal): -15577501 or 6508050. OLE color: 6508050.

HSL color Cylindrical-coordinate representation of color #124E63: hue angle of 195.56º 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 #124E63 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB187899-
CMYK0.820.2100.61
HSL195.56º69.23%22.94%-
HSV(B)195.56º81.82%38.82%-
XYZ5.236.4812.78-
YUV62.45148.6296.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=9.23%
G=40%
B=50.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1878990.820.2100.61195.5669.2322.94
Hex124E63521503Dc44517
Octal221161431222507530410527
Binary1001010011101100011101001010101011110111000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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