Html Css Color HEX #114D6B Astronaut Blue

📋 copy color: '#114D6B'

red 17 ◦ green 77 ◦ blue 107

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

Shades of Astronaut Blue #114D6B

Tints of Astronaut Blue #114D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 8.46%
G = 38.31%
B = 53.23%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#114D6B (or 0x114D6B) is known color: Astronaut Blue. HEX triplet: 11, 4D and 6B. RGB value is (17,77,107). Sum of RGB (Red+Green+Blue) = 17+77+107=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #114D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6B is #EEB294. Grayscale: #3E3E3E. Windows color (decimal): -15643285 or 7032081. OLE color: 7032081.

HSL color Cylindrical-coordinate representation of color #114D6B: hue angle of 200º degrees, saturation: 0.73, 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 #114D6B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 77 107 -
CMYK 0.84 0.28 0 0.58
HSL 200º 0.73% 0.24% -
HSV(B) 200º 0.84% 0.42% -
XYZ 5.54 6.49 14.87 -
YUV 62.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 17 77 107 0.84 0.28 0 0.58 200 0.73 0.24
Hex 11 4D 6B 54 1C 0 3A C8 49 18
Octal 21 115 153 124 34 0 72 310 111 30
Binary 10001 1001101 1101011 1010100 11100 0 111010 11001000 1001001 11000

Color Harmonies of #114D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D6B

Black with #114D6B

Text Example


Text Example

White with #114D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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