#114A69

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

Shades of Astronaut Blue #114A69

Tints of Astronaut Blue #114A69

Color information

#114A69 (or 0x114A69) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4A and 69. RGB value is (17,74,105). Sum of RGB (Red+Green+Blue) = 17+74+105=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #114A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A69 is #EEB596. Grayscale: #3C3C3C. Windows color (decimal): -15644055 or 6900241. OLE color: 6900241.

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

Color convert

RGB1774105-
CMYK0.840.3000.59
HSL201.14º72.13%23.92%-
HSV(B)201.14º83.81%41.18%-
XYZ5.236.0414.25-
YUV60.49153.1296.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=8.67%
G=37.76%
B=53.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17741050.840.3000.59201.1472.1323.92
Hex114A69541E03Bc94818
Octal211121511243607331111030
Binary1000110010101101001101010011110011101111001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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