Html Css Color HEX #124D5E Astronaut Blue

📋 copy color: '#124D5E'

red 18 ◦ green 77 ◦ blue 94

#124D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #124D5E

Tints of Astronaut Blue #124D5E

RGB

 RED value IS 18 (7.42% from 255) = 9.52%

 GREEN value IS 77 (30.47% from 255) = 40.74%

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 9.52%
G = 40.74%
B = 49.74%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#124D5E (or 0x124D5E) is known color: Astronaut Blue. HEX triplet: 12, 4D and 5E. RGB value is (18,77,94). Sum of RGB (Red+Green+Blue) = 18+77+94=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #124D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D5E is #EDB2A1. Grayscale: #3D3D3D. Windows color (decimal): -15577762 or 6180114. OLE color: 6180114.

HSL color Cylindrical-coordinate representation of color #124D5E: hue angle of 193.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124D5E is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 77 94 -
CMYK 0.81 0.18 0 0.63
HSL 193.42º 0.68% 0.22% -
HSV(B) 193.42º 0.81% 0.37% -
XYZ 4.92 6.24 11.54 -
YUV 61.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 18 77 94 0.81 0.18 0 0.63 193.42 0.68 0.22
Hex 12 4D 5E 51 12 0 3F C1 44 16
Octal 22 115 136 121 22 0 77 301 104 26
Binary 10010 1001101 1011110 1010001 10010 0 111111 11000001 1000100 10110

Color Harmonies of #124D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D5E

Black with #124D5E

Text Example


Text Example

White with #124D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #124D5E;
 }
 .AnyTagClassName
 {
   color: #124D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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