Html Css Color HEX #114857 Astronaut Blue

📋 copy color: '#114857'

red 17 ◦ green 72 ◦ blue 87

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

Shades of Astronaut Blue #114857

Tints of Astronaut Blue #114857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 9.66%
G = 40.91%
B = 49.43%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114857 (or 0x114857) is known color: Astronaut Blue. HEX triplet: 11, 48 and 57. RGB value is (17,72,87). Sum of RGB (Red+Green+Blue) = 17+72+87=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #114857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114857 is #EEB7A8. Grayscale: #393939. Windows color (decimal): -15644585 or 5720081. OLE color: 5720081.

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

Color convert

RGB 17 72 87 -
CMYK 0.80 0.17 0 0.66
HSL 192.86º 0.67% 0.2% -
HSV(B) 192.86º 0.8% 0.34% -
XYZ 4.27 5.44 9.84 -
YUV 57.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 17 72 87 0.80 0.17 0 0.66 192.86 0.67 0.2
Hex 11 48 57 50 11 0 42 C1 43 14
Octal 21 110 127 120 21 0 102 301 103 24
Binary 10001 1001000 1010111 1010000 10001 0 1000010 11000001 1000011 10100

Color Harmonies of #114857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114857

Black with #114857

Text Example


Text Example

White with #114857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114857; }

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

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

background-color css

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

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

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

border-color css

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

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

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