Html Css Color HEX #114656 Astronaut Blue

📋 copy color: '#114656'

red 17 ◦ green 70 ◦ blue 86

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

Shades of Astronaut Blue #114656

Tints of Astronaut Blue #114656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

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

R = 9.83%
G = 40.46%
B = 49.71%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114656 (or 0x114656) is known color: Astronaut Blue. HEX triplet: 11, 46 and 56. RGB value is (17,70,86). Sum of RGB (Red+Green+Blue) = 17+70+86=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #114656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114656 is #EEB9A9. Grayscale: #373737. Windows color (decimal): -15645098 or 5654033. OLE color: 5654033.

HSL color Cylindrical-coordinate representation of color #114656: hue angle of 193.91º 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 #114656 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 70 86 -
CMYK 0.80 0.19 0 0.66
HSL 193.91º 0.67% 0.2% -
HSV(B) 193.91º 0.8% 0.34% -
XYZ 4.1 5.17 9.59 -
YUV 55.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 17 70 86 0.80 0.19 0 0.66 193.91 0.67 0.2
Hex 11 46 56 50 13 0 42 C2 43 14
Octal 21 106 126 120 23 0 102 302 103 24
Binary 10001 1000110 1010110 1010000 10011 0 1000010 11000010 1000011 10100

Color Harmonies of #114656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114656

Black with #114656

Text Example


Text Example

White with #114656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114656; }

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

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

background-color css

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

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

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

border-color css

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

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

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