Html Css Color HEX #114254 Astronaut Blue

📋 copy color: '#114254'

red 17 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #114254

Tints of Astronaut Blue #114254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 10.18%
G = 39.52%
B = 50.3%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114254 (or 0x114254) is known color: Astronaut Blue. HEX triplet: 11, 42 and 54. RGB value is (17,66,84). Sum of RGB (Red+Green+Blue) = 17+66+84=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #114254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114254 is #EEBDAB. Grayscale: #353535. Windows color (decimal): -15646124 or 5521937. OLE color: 5521937.

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

Color convert

RGB 17 66 84 -
CMYK 0.80 0.21 0 0.67
HSL 196.12º 0.66% 0.2% -
HSV(B) 196.12º 0.8% 0.33% -
XYZ 3.78 4.66 9.09 -
YUV 53.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 17 66 84 0.80 0.21 0 0.67 196.12 0.66 0.2
Hex 11 42 54 50 15 0 43 C4 42 14
Octal 21 102 124 120 25 0 103 304 102 24
Binary 10001 1000010 1010100 1010000 10101 0 1000011 11000100 1000010 10100

Color Harmonies of #114254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114254

Black with #114254

Text Example


Text Example

White with #114254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114254; }

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

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

background-color css

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

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

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

border-color css

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

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

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