#114969

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

Shades of Astronaut Blue #114969

Tints of Astronaut Blue #114969

Color information

#114969 (or 0x114969) is unknown color: approx Astronaut Blue. HEX triplet: 11, 49 and 69. RGB value is (17,73,105). Sum of RGB (Red+Green+Blue) = 17+73+105=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #114969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114969 is #EEB696. Grayscale: #3B3B3B. Windows color (decimal): -15644311 or 6899985. OLE color: 6899985.

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

Color convert

RGB1773105-
CMYK0.840.3000.59
HSL201.82º72.13%23.92%-
HSV(B)201.82º83.81%41.18%-
XYZ5.165.914.23-
YUV59.9153.4597.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=8.72%
G=37.44%
B=53.85%

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
Decimal17731050.840.3000.59201.8272.1323.92
Hex114969541E03Bca4818
Octal211111511243607331211030
Binary1000110010011101001101010011110011101111001010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114969; }

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

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

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

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

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

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

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

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