Html Css Color HEX #114958 Astronaut Blue

📋 copy color: '#114958'

red 17 ◦ green 73 ◦ blue 88

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

Shades of Astronaut Blue #114958

Tints of Astronaut Blue #114958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 9.55%
G = 41.01%
B = 49.44%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114958 (or 0x114958) is known color: Astronaut Blue. HEX triplet: 11, 49 and 58. RGB value is (17,73,88). Sum of RGB (Red+Green+Blue) = 17+73+88=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #114958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114958 is #EEB6A7. Grayscale: #393939. Windows color (decimal): -15644328 or 5785873. OLE color: 5785873.

HSL color Cylindrical-coordinate representation of color #114958: hue angle of 192.68º 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 #114958 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 73 88 -
CMYK 0.81 0.17 0 0.65
HSL 192.68º 0.68% 0.21% -
HSV(B) 192.68º 0.81% 0.35% -
XYZ 4.38 5.59 10.08 -
YUV 57.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 17 73 88 0.81 0.17 0 0.65 192.68 0.68 0.21
Hex 11 49 58 51 11 0 41 C1 44 15
Octal 21 111 130 121 21 0 101 301 104 25
Binary 10001 1001001 1011000 1010001 10001 0 1000001 11000001 1000100 10101

Color Harmonies of #114958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114958

Black with #114958

Text Example


Text Example

White with #114958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114958; }

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

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

background-color css

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

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

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

border-color css

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

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

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