Html Css Color HEX #114554 Astronaut Blue

📋 copy color: '#114554'

red 17 ◦ green 69 ◦ blue 84

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

Shades of Astronaut Blue #114554

Tints of Astronaut Blue #114554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 10%
G = 40.59%
B = 49.41%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114554 (or 0x114554) is known color: Astronaut Blue. HEX triplet: 11, 45 and 54. RGB value is (17,69,84). Sum of RGB (Red+Green+Blue) = 17+69+84=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #114554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114554 is #EEBAAB. Grayscale: #373737. Windows color (decimal): -15645356 or 5522705. OLE color: 5522705.

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

Color convert

RGB 17 69 84 -
CMYK 0.80 0.18 0 0.67
HSL 193.43º 0.66% 0.2% -
HSV(B) 193.43º 0.8% 0.33% -
XYZ 3.96 5.02 9.15 -
YUV 55.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 17 69 84 0.80 0.18 0 0.67 193.43 0.66 0.2
Hex 11 45 54 50 12 0 43 C1 42 14
Octal 21 105 124 120 22 0 103 301 102 24
Binary 10001 1000101 1010100 1010000 10010 0 1000011 11000001 1000010 10100

Color Harmonies of #114554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114554

Black with #114554

Text Example


Text Example

White with #114554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114554; }

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

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

background-color css

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

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

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

border-color css

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

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

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