Html Css Color HEX #114F5E Astronaut Blue

📋 copy color: '#114F5E'

red 17 ◦ green 79 ◦ blue 94

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

Shades of Astronaut Blue #114F5E

Tints of Astronaut Blue #114F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 8.95%
G = 41.58%
B = 49.47%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#114F5E (or 0x114F5E) is known color: Astronaut Blue. HEX triplet: 11, 4F and 5E. RGB value is (17,79,94). Sum of RGB (Red+Green+Blue) = 17+79+94=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #114F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F5E is #EEB0A1. Grayscale: #3E3E3E. Windows color (decimal): -15642786 or 6180625. OLE color: 6180625.

HSL color Cylindrical-coordinate representation of color #114F5E: hue angle of 191.69º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114F5E is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 79 94 -
CMYK 0.82 0.16 0 0.63
HSL 191.69º 0.69% 0.22% -
HSV(B) 191.69º 0.82% 0.37% -
XYZ 5.05 6.52 11.58 -
YUV 62.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 17 79 94 0.82 0.16 0 0.63 191.69 0.69 0.22
Hex 11 4F 5E 52 10 0 3F C0 45 16
Octal 21 117 136 122 20 0 77 300 105 26
Binary 10001 1001111 1011110 1010010 10000 0 111111 11000000 1000101 10110

Color Harmonies of #114F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F5E

Black with #114F5E

Text Example


Text Example

White with #114F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,94); }

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

background-color css

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

 a { background-color: rgb(17,79,94); }

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

border-color css

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

 span { border-color: rgb(17,79,94); }

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