#114F69

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

Shades of Astronaut Blue #114F69

Tints of Astronaut Blue #114F69

Color information

#114F69 (or 0x114F69) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 69. RGB value is (17,79,105). Sum of RGB (Red+Green+Blue) = 17+79+105=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #114F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F69 is #EEB096. Grayscale: #3F3F3F. Windows color (decimal): -15642775 or 6901521. OLE color: 6901521.

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

Color convert

RGB1779105-
CMYK0.840.2500.59
HSL197.73º72.13%23.92%-
HSV(B)197.73º83.81%41.18%-
XYZ5.586.7314.37-
YUV63.43151.4694.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=8.46%
G=39.30%
B=52.24%

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
Decimal17791050.840.2500.59197.7372.1323.92
Hex114F69541903Bc64818
Octal211171511243107330611030
Binary1000110011111101001101010011001011101111000110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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