#114F66

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

Shades of Astronaut Blue #114F66

Tints of Astronaut Blue #114F66

Color information

#114F66 (or 0x114F66) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 66. RGB value is (17,79,102). Sum of RGB (Red+Green+Blue) = 17+79+102=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #114F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F66 is #EEB099. Grayscale: #3E3E3E. Windows color (decimal): -15642778 or 6704913. OLE color: 6704913.

HSL color Cylindrical-coordinate representation of color #114F66: hue angle of 196.24º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114F66 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1779102-
CMYK0.830.2300.6
HSL196.24º71.43%23.33%-
HSV(B)196.24º83.33%40%-
XYZ5.436.6713.57-
YUV63.08149.9695.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=8.59%
G=39.90%
B=51.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17791020.830.2300.6196.2471.4323.33
Hex114F66531703Cc44717
Octal211171461232707430410727
Binary1000110011111100110101001110111011110011000100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,79,102); }

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

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

 a { background-color: rgb(17,79,102); }

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

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

 span { border-color: rgb(17,79,102); }

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