Html Css Color HEX #114A5B Astronaut Blue

📋 copy color: '#114A5B'

red 17 ◦ green 74 ◦ blue 91

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

Shades of Astronaut Blue #114A5B

Tints of Astronaut Blue #114A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.66%

 BLUE value IS 91 (35.94% from 255) = 50%

R = 9.34%
G = 40.66%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#114A5B (or 0x114A5B) is known color: Astronaut Blue. HEX triplet: 11, 4A and 5B. RGB value is (17,74,91). Sum of RGB (Red+Green+Blue) = 17+74+91=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #114A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5B is #EEB5A4. Grayscale: #3A3A3A. Windows color (decimal): -15644069 or 5982737. OLE color: 5982737.

HSL color Cylindrical-coordinate representation of color #114A5B: hue angle of 193.78º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114A5B is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 74 91 -
CMYK 0.81 0.19 0 0.64
HSL 193.78º 0.69% 0.21% -
HSV(B) 193.78º 0.81% 0.36% -
XYZ 4.57 5.77 10.77 -
YUV 58.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 17 74 91 0.81 0.19 0 0.64 193.78 0.69 0.21
Hex 11 4A 5B 51 13 0 40 C2 45 15
Octal 21 112 133 121 23 0 100 302 105 25
Binary 10001 1001010 1011011 1010001 10011 0 1000000 11000010 1000101 10101

Color Harmonies of #114A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A5B

Black with #114A5B

Text Example


Text Example

White with #114A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114A5B; }

 p { color: rgb(17,74,91); }

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

background-color css

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

 a { background-color: rgb(17,74,91); }

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

border-color css

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

 span { border-color: rgb(17,74,91); }

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