Html Css Color HEX #114659 Astronaut Blue

📋 copy color: '#114659'

red 17 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #114659

Tints of Astronaut Blue #114659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 9.66%
G = 39.77%
B = 50.57%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114659 (or 0x114659) is known color: Astronaut Blue. HEX triplet: 11, 46 and 59. RGB value is (17,70,89). Sum of RGB (Red+Green+Blue) = 17+70+89=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #114659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114659 is #EEB9A6. Grayscale: #383838. Windows color (decimal): -15645095 or 5850641. OLE color: 5850641.

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

Color convert

RGB 17 70 89 -
CMYK 0.81 0.21 0 0.65
HSL 195.83º 0.68% 0.21% -
HSV(B) 195.83º 0.81% 0.35% -
XYZ 4.22 5.22 10.24 -
YUV 56.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 17 70 89 0.81 0.21 0 0.65 195.83 0.68 0.21
Hex 11 46 59 51 15 0 41 C4 44 15
Octal 21 106 131 121 25 0 101 304 104 25
Binary 10001 1000110 1011001 1010001 10101 0 1000001 11000100 1000100 10101

Color Harmonies of #114659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114659

Black with #114659

Text Example


Text Example

White with #114659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114659; }

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

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

background-color css

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

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

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

border-color css

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

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

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