Html Css Color HEX #114B5A Astronaut Blue

📋 copy color: '#114B5A'

red 17 ◦ green 75 ◦ blue 90

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

Shades of Astronaut Blue #114B5A

Tints of Astronaut Blue #114B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 9.34%
G = 41.21%
B = 49.45%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114B5A (or 0x114B5A) is known color: Astronaut Blue. HEX triplet: 11, 4B and 5A. RGB value is (17,75,90). Sum of RGB (Red+Green+Blue) = 17+75+90=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #114B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B5A is #EEB4A5. Grayscale: #3B3B3B. Windows color (decimal): -15643814 or 5917457. OLE color: 5917457.

HSL color Cylindrical-coordinate representation of color #114B5A: hue angle of 192.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114B5A is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 75 90 -
CMYK 0.81 0.17 0 0.65
HSL 192.33º 0.68% 0.21% -
HSV(B) 192.33º 0.81% 0.35% -
XYZ 4.59 5.89 10.57 -
YUV 59.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 17 75 90 0.81 0.17 0 0.65 192.33 0.68 0.21
Hex 11 4B 5A 51 11 0 41 C0 44 15
Octal 21 113 132 121 21 0 101 300 104 25
Binary 10001 1001011 1011010 1010001 10001 0 1000001 11000000 1000100 10101

Color Harmonies of #114B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B5A

Black with #114B5A

Text Example


Text Example

White with #114B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,75,90); }

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

background-color css

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

 a { background-color: rgb(17,75,90); }

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

border-color css

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

 span { border-color: rgb(17,75,90); }

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