Html Css Color HEX #114555 Astronaut Blue

📋 copy color: '#114555'

red 17 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #114555

Tints of Astronaut Blue #114555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 9.94%
G = 40.35%
B = 49.71%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114555 (or 0x114555) is known color: Astronaut Blue. HEX triplet: 11, 45 and 55. RGB value is (17,69,85). Sum of RGB (Red+Green+Blue) = 17+69+85=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #114555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114555 is #EEBAAA. Grayscale: #373737. Windows color (decimal): -15645355 or 5588241. OLE color: 5588241.

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

Color convert

RGB 17 69 85 -
CMYK 0.80 0.19 0 0.67
HSL 194.12º 0.67% 0.2% -
HSV(B) 194.12º 0.8% 0.33% -
XYZ 4 5.03 9.35 -
YUV 55.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 17 69 85 0.80 0.19 0 0.67 194.12 0.67 0.2
Hex 11 45 55 50 13 0 43 C2 43 14
Octal 21 105 125 120 23 0 103 302 103 24
Binary 10001 1000101 1010101 1010000 10011 0 1000011 11000010 1000011 10100

Color Harmonies of #114555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114555

Black with #114555

Text Example


Text Example

White with #114555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114555; }

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

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

background-color css

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

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

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

border-color css

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

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

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