#124D66

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

Shades of Astronaut Blue #124D66

Tints of Astronaut Blue #124D66

Color information

#124D66 (or 0x124D66) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4D and 66. RGB value is (18,77,102). Sum of RGB (Red+Green+Blue) = 18+77+102=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #124D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D66 is #EDB299. Grayscale: #3E3E3E. Windows color (decimal): -15577754 or 6704402. OLE color: 6704402.

HSL color Cylindrical-coordinate representation of color #124D66: hue angle of 197.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124D66 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1877102-
CMYK0.820.2500.6
HSL197.86º70%23.53%-
HSV(B)197.86º82.35%40%-
XYZ5.36.413.53-
YUV62.21150.4596.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=9.14%
G=39.09%
B=51.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18771020.820.2500.6197.867023.53
Hex124D66521903Cc64618
Octal221151461223107430610630
Binary1001010011011100110101001011001011110011000110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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