Html Css Color HEX #114059 Astronaut Blue

📋 copy color: '#114059'

red 17 ◦ green 64 ◦ blue 89

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

Shades of Astronaut Blue #114059

Tints of Astronaut Blue #114059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

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

R = 10%
G = 37.65%
B = 52.35%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114059 (or 0x114059) is known color: Astronaut Blue. HEX triplet: 11, 40 and 59. RGB value is (17,64,89). Sum of RGB (Red+Green+Blue) = 17+64+89=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #114059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114059 is #EEBFA6. Grayscale: #343434. Windows color (decimal): -15646631 or 5849105. OLE color: 5849105.

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

Color convert

RGB 17 64 89 -
CMYK 0.81 0.28 0 0.65
HSL 200.83º 0.68% 0.21% -
HSV(B) 200.83º 0.81% 0.35% -
XYZ 3.87 4.51 10.12 -
YUV 52.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 17 64 89 0.81 0.28 0 0.65 200.83 0.68 0.21
Hex 11 40 59 51 1C 0 41 C9 44 15
Octal 21 100 131 121 34 0 101 311 104 25
Binary 10001 1000000 1011001 1010001 11100 0 1000001 11001001 1000100 10101

Color Harmonies of #114059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114059

Black with #114059

Text Example


Text Example

White with #114059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114059; }

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

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

background-color css

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

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

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

border-color css

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

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

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