#124D6B

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

Shades of Astronaut Blue #124D6B

Tints of Astronaut Blue #124D6B

Color information

#124D6B (or 0x124D6B) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4D and 6B. RGB value is (18,77,107). Sum of RGB (Red+Green+Blue) = 18+77+107=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #124D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6B is #EDB294. Grayscale: #3E3E3E. Windows color (decimal): -15577749 or 7032082. OLE color: 7032082.

HSL color Cylindrical-coordinate representation of color #124D6B: hue angle of 200.22º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124D6B is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1877107-
CMYK0.830.2800.58
HSL200.22º71.2%24.51%-
HSV(B)200.22º83.18%41.96%-
XYZ5.566.514.87-
YUV62.78152.9596.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=8.91%
G=38.12%
B=52.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18771070.830.2800.58200.2271.224.51
Hex124D6B531C03Ac84719
Octal221151531233407231010731
Binary1001010011011101011101001111100011101011001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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