Html Css Color HEX #124A5B Astronaut Blue

📋 copy color: '#124A5B'

red 18 ◦ green 74 ◦ blue 91

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

Shades of Astronaut Blue #124A5B

Tints of Astronaut Blue #124A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 9.84%
G = 40.44%
B = 49.73%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124A5B (or 0x124A5B) is known color: Astronaut Blue. HEX triplet: 12, 4A and 5B. RGB value is (18,74,91). Sum of RGB (Red+Green+Blue) = 18+74+91=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #124A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A5B is #EDB5A4. Grayscale: #3B3B3B. Windows color (decimal): -15578533 or 5982738. OLE color: 5982738.

HSL color Cylindrical-coordinate representation of color #124A5B: hue angle of 193.97º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124A5B is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 74 91 -
CMYK 0.80 0.19 0 0.64
HSL 193.97º 0.67% 0.21% -
HSV(B) 193.97º 0.8% 0.36% -
XYZ 4.59 5.78 10.77 -
YUV 59.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 18 74 91 0.80 0.19 0 0.64 193.97 0.67 0.21
Hex 12 4A 5B 50 13 0 40 C2 43 15
Octal 22 112 133 120 23 0 100 302 103 25
Binary 10010 1001010 1011011 1010000 10011 0 1000000 11000010 1000011 10101

Color Harmonies of #124A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A5B

Black with #124A5B

Text Example


Text Example

White with #124A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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