Html Css Color HEX #114556 Astronaut Blue

📋 copy color: '#114556'

red 17 ◦ green 69 ◦ blue 86

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

Shades of Astronaut Blue #114556

Tints of Astronaut Blue #114556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50%

R = 9.88%
G = 40.12%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114556 (or 0x114556) is known color: Astronaut Blue. HEX triplet: 11, 45 and 56. RGB value is (17,69,86). Sum of RGB (Red+Green+Blue) = 17+69+86=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #114556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114556 is #EEBAA9. Grayscale: #373737. Windows color (decimal): -15645354 or 5653777. OLE color: 5653777.

HSL color Cylindrical-coordinate representation of color #114556: hue angle of 194.78º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114556 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 69 86 -
CMYK 0.80 0.20 0 0.66
HSL 194.78º 0.67% 0.2% -
HSV(B) 194.78º 0.8% 0.34% -
XYZ 4.04 5.05 9.57 -
YUV 55.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 17 69 86 0.80 0.20 0 0.66 194.78 0.67 0.2
Hex 11 45 56 50 14 0 42 C3 43 14
Octal 21 105 126 120 24 0 102 303 103 24
Binary 10001 1000101 1010110 1010000 10100 0 1000010 11000011 1000011 10100

Color Harmonies of #114556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114556

Black with #114556

Text Example


Text Example

White with #114556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114556; }

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

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

background-color css

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

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

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

border-color css

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

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

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