Html Css Color HEX #114D62 Astronaut Blue

📋 copy color: '#114D62'

red 17 ◦ green 77 ◦ blue 98

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

Shades of Astronaut Blue #114D62

Tints of Astronaut Blue #114D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 8.85%
G = 40.1%
B = 51.04%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114D62 (or 0x114D62) is known color: Astronaut Blue. HEX triplet: 11, 4D and 62. RGB value is (17,77,98). Sum of RGB (Red+Green+Blue) = 17+77+98=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #114D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D62 is #EEB29D. Grayscale: #3D3D3D. Windows color (decimal): -15643294 or 6442257. OLE color: 6442257.

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

Color convert

RGB 17 77 98 -
CMYK 0.83 0.21 0 0.62
HSL 195.56º 0.7% 0.23% -
HSV(B) 195.56º 0.83% 0.38% -
XYZ 5.09 6.31 12.5 -
YUV 61.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 17 77 98 0.83 0.21 0 0.62 195.56 0.7 0.23
Hex 11 4D 62 53 15 0 3E C4 46 17
Octal 21 115 142 123 25 0 76 304 106 27
Binary 10001 1001101 1100010 1010011 10101 0 111110 11000100 1000110 10111

Color Harmonies of #114D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D62

Black with #114D62

Text Example


Text Example

White with #114D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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