Html Css Color HEX #114055 Astronaut Blue

📋 copy color: '#114055'

red 17 ◦ green 64 ◦ blue 85

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

Shades of Astronaut Blue #114055

Tints of Astronaut Blue #114055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 10.24%
G = 38.55%
B = 51.2%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114055 (or 0x114055) is known color: Astronaut Blue. HEX triplet: 11, 40 and 55. RGB value is (17,64,85). Sum of RGB (Red+Green+Blue) = 17+64+85=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #114055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114055 is #EEBFAA. Grayscale: #343434. Windows color (decimal): -15646635 or 5586961. OLE color: 5586961.

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

Color convert

RGB 17 64 85 -
CMYK 0.80 0.25 0 0.67
HSL 198.53º 0.67% 0.2% -
HSV(B) 198.53º 0.8% 0.33% -
XYZ 3.7 4.44 9.26 -
YUV 52.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 17 64 85 0.80 0.25 0 0.67 198.53 0.67 0.2
Hex 11 40 55 50 19 0 43 C7 43 14
Octal 21 100 125 120 31 0 103 307 103 24
Binary 10001 1000000 1010101 1010000 11001 0 1000011 11000111 1000011 10100

Color Harmonies of #114055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114055

Black with #114055

Text Example


Text Example

White with #114055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114055; }

 p { color: rgb(17,64,85); }

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

background-color css

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

 a { background-color: rgb(17,64,85); }

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

border-color css

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

 span { border-color: rgb(17,64,85); }

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