#114E68

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

Shades of Astronaut Blue #114E68

Tints of Astronaut Blue #114E68

Color information

#114E68 (or 0x114E68) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4E and 68. RGB value is (17,78,104). Sum of RGB (Red+Green+Blue) = 17+78+104=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #114E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E68 is #EEB197. Grayscale: #3E3E3E. Windows color (decimal): -15643032 or 6835729. OLE color: 6835729.

HSL color Cylindrical-coordinate representation of color #114E68: hue angle of 197.93º 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 #114E68 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1778104-
CMYK0.840.2500.59
HSL197.93º71.9%23.73%-
HSV(B)197.93º83.65%40.78%-
XYZ5.456.5714.08-
YUV62.72151.2995.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=8.54%
G=39.20%
B=52.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17781040.840.2500.59197.9371.923.73
Hex114E68541903Bc64818
Octal211161501243107330611030
Binary1000110011101101000101010011001011101111000110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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