Html Css Color HEX #114756 Astronaut Blue

📋 copy color: '#114756'

red 17 ◦ green 71 ◦ blue 86

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

Shades of Astronaut Blue #114756

Tints of Astronaut Blue #114756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 9.77%
G = 40.8%
B = 49.43%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114756 (or 0x114756) is known color: Astronaut Blue. HEX triplet: 11, 47 and 56. RGB value is (17,71,86). Sum of RGB (Red+Green+Blue) = 17+71+86=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #114756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114756 is #EEB8A9. Grayscale: #383838. Windows color (decimal): -15644842 or 5654289. OLE color: 5654289.

HSL color Cylindrical-coordinate representation of color #114756: hue angle of 193.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114756 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 71 86 -
CMYK 0.80 0.17 0 0.66
HSL 193.04º 0.67% 0.2% -
HSV(B) 193.04º 0.8% 0.34% -
XYZ 4.16 5.3 9.61 -
YUV 56.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 17 71 86 0.80 0.17 0 0.66 193.04 0.67 0.2
Hex 11 47 56 50 11 0 42 C1 43 14
Octal 21 107 126 120 21 0 102 301 103 24
Binary 10001 1000111 1010110 1010000 10001 0 1000010 11000001 1000011 10100

Color Harmonies of #114756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114756

Black with #114756

Text Example


Text Example

White with #114756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114756; }

 p { color: rgb(17,71,86); }

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

background-color css

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

 a { background-color: rgb(17,71,86); }

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

border-color css

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

 span { border-color: rgb(17,71,86); }

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