#114F68

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

Shades of Astronaut Blue #114F68

Tints of Astronaut Blue #114F68

Color information

#114F68 (or 0x114F68) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 68. RGB value is (17,79,104). Sum of RGB (Red+Green+Blue) = 17+79+104=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #114F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F68 is #EEB097. Grayscale: #3F3F3F. Windows color (decimal): -15642776 or 6835985. OLE color: 6835985.

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

Color convert

RGB1779104-
CMYK0.840.2400.59
HSL197.24º71.9%23.73%-
HSV(B)197.24º83.65%40.78%-
XYZ5.536.7114.1-
YUV63.31150.9694.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 104 (41.02% from 255) = 52%
R=8.5%
G=39.5%
B=52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17791040.840.2400.59197.2471.923.73
Hex114F68541803Bc54818
Octal211171501243007330511030
Binary1000110011111101000101010011000011101111000101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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