Html Css Color HEX #114D6A Astronaut Blue

📋 copy color: '#114D6A'

red 17 ◦ green 77 ◦ blue 106

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

Shades of Astronaut Blue #114D6A

Tints of Astronaut Blue #114D6A

RGB

 RED value IS 17 (7.03% from 255) = 8.5%

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

 BLUE value IS 106 (41.8% from 255) = 53%

R = 8.5%
G = 38.5%
B = 53%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#114D6A (or 0x114D6A) is known color: Astronaut Blue. HEX triplet: 11, 4D and 6A. RGB value is (17,77,106). Sum of RGB (Red+Green+Blue) = 17+77+106=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #114D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6A is #EEB295. Grayscale: #3E3E3E. Windows color (decimal): -15643286 or 6966545. OLE color: 6966545.

HSL color Cylindrical-coordinate representation of color #114D6A: hue angle of 199.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114D6A is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 77 106 -
CMYK 0.84 0.27 0 0.58
HSL 199.55º 0.72% 0.24% -
HSV(B) 199.55º 0.84% 0.42% -
XYZ 5.49 6.47 14.59 -
YUV 62.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 17 77 106 0.84 0.27 0 0.58 199.55 0.72 0.24
Hex 11 4D 6A 54 1B 0 3A C8 48 18
Octal 21 115 152 124 33 0 72 310 110 30
Binary 10001 1001101 1101010 1010100 11011 0 111010 11001000 1001000 11000

Color Harmonies of #114D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D6A

Black with #114D6A

Text Example


Text Example

White with #114D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114D6A; }

 p { color: rgb(17,77,106); }

 H1.HeaderClassName
 {
   color: #114D6A;
 }
 .AnyTagClassName
 {
   color: #114D6A;
 }
</style>

background-color css

<style>
 a { background-color: #114D6A; }

 a { background-color: rgb(17,77,106); }

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

border-color css

<style>
 span { border-color: #114D6A; }

 span { border-color: rgb(17,77,106); }

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