Html Css Color HEX #114257 Astronaut Blue

📋 copy color: '#114257'

red 17 ◦ green 66 ◦ blue 87

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

Shades of Astronaut Blue #114257

Tints of Astronaut Blue #114257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 10%
G = 38.82%
B = 51.18%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114257 (or 0x114257) is known color: Astronaut Blue. HEX triplet: 11, 42 and 57. RGB value is (17,66,87). Sum of RGB (Red+Green+Blue) = 17+66+87=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #114257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114257 is #EEBDA8. Grayscale: #353535. Windows color (decimal): -15646121 or 5718545. OLE color: 5718545.

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

Color convert

RGB 17 66 87 -
CMYK 0.80 0.24 0 0.66
HSL 198º 0.67% 0.2% -
HSV(B) 198º 0.8% 0.34% -
XYZ 3.9 4.7 9.72 -
YUV 53.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 17 66 87 0.80 0.24 0 0.66 198 0.67 0.2
Hex 11 42 57 50 18 0 42 C6 43 14
Octal 21 102 127 120 30 0 102 306 103 24
Binary 10001 1000010 1010111 1010000 11000 0 1000010 11000110 1000011 10100

Color Harmonies of #114257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114257

Black with #114257

Text Example


Text Example

White with #114257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114257; }

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

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

background-color css

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

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

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

border-color css

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

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

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