Html Css Color HEX #124A59 Astronaut Blue

📋 copy color: '#124A59'

red 18 ◦ green 74 ◦ blue 89

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

Shades of Astronaut Blue #124A59

Tints of Astronaut Blue #124A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.88%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 9.94%
G = 40.88%
B = 49.17%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124A59 (or 0x124A59) is known color: Astronaut Blue. HEX triplet: 12, 4A and 59. RGB value is (18,74,89). Sum of RGB (Red+Green+Blue) = 18+74+89=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #124A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A59 is #EDB5A6. Grayscale: #3A3A3A. Windows color (decimal): -15578535 or 5851666. OLE color: 5851666.

HSL color Cylindrical-coordinate representation of color #124A59: hue angle of 192.68º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124A59 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 74 89 -
CMYK 0.80 0.17 0 0.65
HSL 192.68º 0.66% 0.21% -
HSV(B) 192.68º 0.8% 0.35% -
XYZ 4.5 5.75 10.32 -
YUV 58.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 18 74 89 0.80 0.17 0 0.65 192.68 0.66 0.21
Hex 12 4A 59 50 11 0 41 C1 42 15
Octal 22 112 131 120 21 0 101 301 102 25
Binary 10010 1001010 1011001 1010000 10001 0 1000001 11000001 1000010 10101

Color Harmonies of #124A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A59

Black with #124A59

Text Example


Text Example

White with #124A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,89); }

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

background-color css

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

 a { background-color: rgb(18,74,89); }

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

border-color css

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

 span { border-color: rgb(18,74,89); }

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