Html Css Color HEX #114557 Astronaut Blue

📋 copy color: '#114557'

red 17 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #114557

Tints of Astronaut Blue #114557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 9.83%
G = 39.88%
B = 50.29%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114557 (or 0x114557) is known color: Astronaut Blue. HEX triplet: 11, 45 and 57. RGB value is (17,69,87). Sum of RGB (Red+Green+Blue) = 17+69+87=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #114557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114557 is #EEBAA8. Grayscale: #373737. Windows color (decimal): -15645353 or 5719313. OLE color: 5719313.

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

Color convert

RGB 17 69 87 -
CMYK 0.80 0.21 0 0.66
HSL 195.43º 0.67% 0.2% -
HSV(B) 195.43º 0.8% 0.34% -
XYZ 4.08 5.06 9.78 -
YUV 55.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 17 69 87 0.80 0.21 0 0.66 195.43 0.67 0.2
Hex 11 45 57 50 15 0 42 C3 43 14
Octal 21 105 127 120 25 0 102 303 103 24
Binary 10001 1000101 1010111 1010000 10101 0 1000010 11000011 1000011 10100

Color Harmonies of #114557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114557

Black with #114557

Text Example


Text Example

White with #114557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114557; }

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

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

background-color css

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

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

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

border-color css

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

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

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