#114F63

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

Shades of Astronaut Blue #114F63

Tints of Astronaut Blue #114F63

Color information

#114F63 (or 0x114F63) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 63. RGB value is (17,79,99). Sum of RGB (Red+Green+Blue) = 17+79+99=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #114F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F63 is #EEB09C. Grayscale: #3E3E3E. Windows color (decimal): -15642781 or 6508305. OLE color: 6508305.

HSL color Cylindrical-coordinate representation of color #114F63: hue angle of 194.63º 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 #114F63 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB177999-
CMYK0.830.2000.61
HSL194.63º70.69%22.75%-
HSV(B)194.63º82.83%38.82%-
XYZ5.286.6112.8-
YUV62.74148.4695.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=8.72%
G=40.51%
B=50.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1779990.830.2000.61194.6370.6922.75
Hex114F63531403Dc34717
Octal211171431232407530310727
Binary1000110011111100011101001110100011110111000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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