#124C61

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

Shades of Astronaut Blue #124C61

Tints of Astronaut Blue #124C61

Color information

#124C61 (or 0x124C61) is unknown color: approx Astronaut Blue. HEX triplet: 12, 4C and 61. RGB value is (18,76,97). Sum of RGB (Red+Green+Blue) = 18+76+97=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #124C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C61 is #EDB39E. Grayscale: #3C3C3C. Windows color (decimal): -15578015 or 6376466. OLE color: 6376466.

HSL color Cylindrical-coordinate representation of color #124C61: hue angle of 195.95º 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 #124C61 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187697-
CMYK0.810.2200.62
HSL195.95º68.7%22.55%-
HSV(B)195.95º81.44%38.04%-
XYZ4.996.1612.24-
YUV61.05148.2897.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=9.42%
G=39.79%
B=50.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1876970.810.2200.62195.9568.722.55
Hex124C61511603Ec44517
Octal221141411212607630410527
Binary1001010011001100001101000110110011111011000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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