Html Css Color HEX #114154 Astronaut Blue

📋 copy color: '#114154'

red 17 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #114154

Tints of Astronaut Blue #114154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 84 (33.2% from 255) = 50.6%

R = 10.24%
G = 39.16%
B = 50.6%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114154 (or 0x114154) is known color: Astronaut Blue. HEX triplet: 11, 41 and 54. RGB value is (17,65,84). Sum of RGB (Red+Green+Blue) = 17+65+84=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #114154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114154 is #EEBEAB. Grayscale: #343434. Windows color (decimal): -15646380 or 5521681. OLE color: 5521681.

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

Color convert

RGB 17 65 84 -
CMYK 0.80 0.23 0 0.67
HSL 197.01º 0.66% 0.2% -
HSV(B) 197.01º 0.8% 0.33% -
XYZ 3.72 4.54 9.07 -
YUV 52.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 17 65 84 0.80 0.23 0 0.67 197.01 0.66 0.2
Hex 11 41 54 50 17 0 43 C5 42 14
Octal 21 101 124 120 27 0 103 305 102 24
Binary 10001 1000001 1010100 1010000 10111 0 1000011 11000101 1000010 10100

Color Harmonies of #114154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114154

Black with #114154

Text Example


Text Example

White with #114154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114154; }

 p { color: rgb(17,65,84); }

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

background-color css

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

 a { background-color: rgb(17,65,84); }

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

border-color css

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

 span { border-color: rgb(17,65,84); }

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