Html Css Color HEX #124B5A Astronaut Blue

📋 copy color: '#124B5A'

red 18 ◦ green 75 ◦ blue 90

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

Shades of Astronaut Blue #124B5A

Tints of Astronaut Blue #124B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 9.84%
G = 40.98%
B = 49.18%

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

#124B5A (or 0x124B5A) is known color: Astronaut Blue. HEX triplet: 12, 4B and 5A. RGB value is (18,75,90). Sum of RGB (Red+Green+Blue) = 18+75+90=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #124B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B5A is #EDB4A5. Grayscale: #3B3B3B. Windows color (decimal): -15578278 or 5917458. OLE color: 5917458.

HSL color Cylindrical-coordinate representation of color #124B5A: hue angle of 192.5º degrees, saturation: 0.67, 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 #124B5A is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 75 90 -
CMYK 0.80 0.17 0 0.65
HSL 192.5º 0.67% 0.21% -
HSV(B) 192.5º 0.8% 0.35% -
XYZ 4.61 5.9 10.57 -
YUV 59.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 18 75 90 0.80 0.17 0 0.65 192.5 0.67 0.21
Hex 12 4B 5A 50 11 0 41 C0 43 15
Octal 22 113 132 120 21 0 101 300 103 25
Binary 10010 1001011 1011010 1010000 10001 0 1000001 11000000 1000011 10101

Color Harmonies of #124B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B5A

Black with #124B5A

Text Example


Text Example

White with #124B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,75,90); }

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

background-color css

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

 a { background-color: rgb(18,75,90); }

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

border-color css

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

 span { border-color: rgb(18,75,90); }

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