Html Css Color HEX #114B5D Astronaut Blue

📋 copy color: '#114B5D'

red 17 ◦ green 75 ◦ blue 93

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

Shades of Astronaut Blue #114B5D

Tints of Astronaut Blue #114B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 9.19%
G = 40.54%
B = 50.27%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#114B5D (or 0x114B5D) is known color: Astronaut Blue. HEX triplet: 11, 4B and 5D. RGB value is (17,75,93). Sum of RGB (Red+Green+Blue) = 17+75+93=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #114B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B5D is #EEB4A2. Grayscale: #3B3B3B. Windows color (decimal): -15643811 or 6114065. OLE color: 6114065.

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

Color convert

RGB 17 75 93 -
CMYK 0.82 0.19 0 0.64
HSL 194.21º 0.69% 0.22% -
HSV(B) 194.21º 0.82% 0.36% -
XYZ 4.72 5.94 11.25 -
YUV 59.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 17 75 93 0.82 0.19 0 0.64 194.21 0.69 0.22
Hex 11 4B 5D 52 13 0 40 C2 45 16
Octal 21 113 135 122 23 0 100 302 105 26
Binary 10001 1001011 1011101 1010010 10011 0 1000000 11000010 1000101 10110

Color Harmonies of #114B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B5D

Black with #114B5D

Text Example


Text Example

White with #114B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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