Html Css Color HEX #114959 Astronaut Blue

📋 copy color: '#114959'

red 17 ◦ green 73 ◦ blue 89

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

Shades of Astronaut Blue #114959

Tints of Astronaut Blue #114959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 9.5%
G = 40.78%
B = 49.72%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114959 (or 0x114959) is known color: Astronaut Blue. HEX triplet: 11, 49 and 59. RGB value is (17,73,89). Sum of RGB (Red+Green+Blue) = 17+73+89=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #114959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114959 is #EEB6A6. Grayscale: #393939. Windows color (decimal): -15644327 or 5851409. OLE color: 5851409.

HSL color Cylindrical-coordinate representation of color #114959: hue angle of 193.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114959 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 73 89 -
CMYK 0.81 0.18 0 0.65
HSL 193.33º 0.68% 0.21% -
HSV(B) 193.33º 0.81% 0.35% -
XYZ 4.42 5.61 10.3 -
YUV 58.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 17 73 89 0.81 0.18 0 0.65 193.33 0.68 0.21
Hex 11 49 59 51 12 0 41 C1 44 15
Octal 21 111 131 121 22 0 101 301 104 25
Binary 10001 1001001 1011001 1010001 10010 0 1000001 11000001 1000100 10101

Color Harmonies of #114959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114959

Black with #114959

Text Example


Text Example

White with #114959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114959; }

 p { color: rgb(17,73,89); }

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

background-color css

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

 a { background-color: rgb(17,73,89); }

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

border-color css

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

 span { border-color: rgb(17,73,89); }

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