Html Css Color HEX #114C5E Astronaut Blue

📋 copy color: '#114C5E'

red 17 ◦ green 76 ◦ blue 94

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

Shades of Astronaut Blue #114C5E

Tints of Astronaut Blue #114C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 9.09%
G = 40.64%
B = 50.27%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#114C5E (or 0x114C5E) is known color: Astronaut Blue. HEX triplet: 11, 4C and 5E. RGB value is (17,76,94). Sum of RGB (Red+Green+Blue) = 17+76+94=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #114C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5E is #EEB3A1. Grayscale: #3C3C3C. Windows color (decimal): -15643554 or 6179857. OLE color: 6179857.

HSL color Cylindrical-coordinate representation of color #114C5E: hue angle of 194.03º 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 #114C5E is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 76 94 -
CMYK 0.82 0.19 0 0.63
HSL 194.03º 0.69% 0.22% -
HSV(B) 194.03º 0.82% 0.37% -
XYZ 4.84 6.1 11.51 -
YUV 60.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 17 76 94 0.82 0.19 0 0.63 194.03 0.69 0.22
Hex 11 4C 5E 52 13 0 3F C2 45 16
Octal 21 114 136 122 23 0 77 302 105 26
Binary 10001 1001100 1011110 1010010 10011 0 111111 11000010 1000101 10110

Color Harmonies of #114C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C5E

Black with #114C5E

Text Example


Text Example

White with #114C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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