#114f64

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

Shades of Astronaut Blue #114F64

Tints of Astronaut Blue #114F64

Color information

#114F64 (or 0x114F64) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 64. RGB value is (17,79,100). Sum of RGB (Red+Green+Blue) = 17+79+100=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #114F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F64 is #EEB09B. Grayscale: #3E3E3E. Windows color (decimal): -15642780 or 6573841. OLE color: 6573841.

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

Color convert

RGB1779100-
CMYK0.830.2100.61
HSL195.18º70.94%22.94%-
HSV(B)195.18º83%39.22%-
XYZ5.336.6313.06-
YUV62.86148.9695.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=8.67%
G=40.31%
B=51.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17791000.830.2100.61195.1870.9422.94
Hex114F64531503Dc34717
Octal211171441232507530310727
Binary1000110011111100100101001110101011110111000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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