Html Css Color HEX #114454 Astronaut Blue

📋 copy color: '#114454'

red 17 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #114454

Tints of Astronaut Blue #114454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

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

R = 10.06%
G = 40.24%
B = 49.7%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114454 (or 0x114454) is known color: Astronaut Blue. HEX triplet: 11, 44 and 54. RGB value is (17,68,84). Sum of RGB (Red+Green+Blue) = 17+68+84=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #114454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114454 is #EEBBAB. Grayscale: #363636. Windows color (decimal): -15645612 or 5522449. OLE color: 5522449.

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

Color convert

RGB 17 68 84 -
CMYK 0.80 0.19 0 0.67
HSL 194.33º 0.66% 0.2% -
HSV(B) 194.33º 0.8% 0.33% -
XYZ 3.9 4.89 9.13 -
YUV 54.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 17 68 84 0.80 0.19 0 0.67 194.33 0.66 0.2
Hex 11 44 54 50 13 0 43 C2 42 14
Octal 21 104 124 120 23 0 103 302 102 24
Binary 10001 1000100 1010100 1010000 10011 0 1000011 11000010 1000010 10100

Color Harmonies of #114454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114454

Black with #114454

Text Example


Text Example

White with #114454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114454; }

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

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

background-color css

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

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

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

border-color css

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

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

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