Html Css Color HEX #114859 Astronaut Blue

📋 copy color: '#114859'

red 17 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #114859

Tints of Astronaut Blue #114859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50%

R = 9.55%
G = 40.45%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114859 (or 0x114859) is known color: Astronaut Blue. HEX triplet: 11, 48 and 59. RGB value is (17,72,89). Sum of RGB (Red+Green+Blue) = 17+72+89=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #114859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114859 is #EEB7A6. Grayscale: #393939. Windows color (decimal): -15644583 or 5851153. OLE color: 5851153.

HSL color Cylindrical-coordinate representation of color #114859: hue angle of 194.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114859 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 72 89 -
CMYK 0.81 0.19 0 0.65
HSL 194.17º 0.68% 0.21% -
HSV(B) 194.17º 0.81% 0.35% -
XYZ 4.35 5.48 10.28 -
YUV 57.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 17 72 89 0.81 0.19 0 0.65 194.17 0.68 0.21
Hex 11 48 59 51 13 0 41 C2 44 15
Octal 21 110 131 121 23 0 101 302 104 25
Binary 10001 1001000 1011001 1010001 10011 0 1000001 11000010 1000100 10101

Color Harmonies of #114859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114859

Black with #114859

Text Example


Text Example

White with #114859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114859; }

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

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

background-color css

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

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

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

border-color css

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

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

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