#114e69

Color #114E69 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #114E69

Tints of Astronaut Blue #114E69

Color information

#114E69 (or 0x114E69) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4E and 69. RGB value is (17,78,105). Sum of RGB (Red+Green+Blue) = 17+78+105=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #114E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E69 is #EEB196. Grayscale: #3E3E3E. Windows color (decimal): -15643031 or 6901265. OLE color: 6901265.

HSL color Cylindrical-coordinate representation of color #114E69: hue angle of 198.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114E69 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1778105-
CMYK0.840.2600.59
HSL198.41º72.13%23.92%-
HSV(B)198.41º83.81%41.18%-
XYZ5.516.5914.35-
YUV62.84151.7995.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=8.5%
G=39%
B=52.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17781050.840.2600.59198.4172.1323.92
Hex114E69541A03Bc64818
Octal211161511243207330611030
Binary1000110011101101001101010011010011101111000110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114e69; }

 p { color: rgb(17,78,105); }

 H1.HeaderClassName
 {
   color: #114e69;
 }
 .AnyTagClassName
 {
   color: #114e69;
 }
</style>
background-color css

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

 a { background-color: rgb(17,78,105); }

 div.DivClassName
 {
   background-color: #114e69;
 }
 .BgClassName
 {
   background-color: #114e69;
 }
</style>
border-color css

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

 span { border-color: rgb(17,78,105); }

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