Html Css Color HEX #114D60 Astronaut Blue

📋 copy color: '#114D60'

red 17 ◦ green 77 ◦ blue 96

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

Shades of Astronaut Blue #114D60

Tints of Astronaut Blue #114D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 8.95%
G = 40.53%
B = 50.53%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114D60 (or 0x114D60) is known color: Astronaut Blue. HEX triplet: 11, 4D and 60. RGB value is (17,77,96). Sum of RGB (Red+Green+Blue) = 17+77+96=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #114D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D60 is #EEB29F. Grayscale: #3D3D3D. Windows color (decimal): -15643296 or 6311185. OLE color: 6311185.

HSL color Cylindrical-coordinate representation of color #114D60: hue angle of 194.43º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114D60 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 77 96 -
CMYK 0.82 0.20 0 0.62
HSL 194.43º 0.7% 0.22% -
HSV(B) 194.43º 0.82% 0.38% -
XYZ 5 6.27 12.01 -
YUV 61.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 17 77 96 0.82 0.20 0 0.62 194.43 0.7 0.22
Hex 11 4D 60 52 14 0 3E C2 46 16
Octal 21 115 140 122 24 0 76 302 106 26
Binary 10001 1001101 1100000 1010010 10100 0 111110 11000010 1000110 10110

Color Harmonies of #114D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D60

Black with #114D60

Text Example


Text Example

White with #114D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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