#114B69

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

Shades of Astronaut Blue #114B69

Tints of Astronaut Blue #114B69

Color information

#114B69 (or 0x114B69) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4B and 69. RGB value is (17,75,105). Sum of RGB (Red+Green+Blue) = 17+75+105=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #114B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B69 is #EEB496. Grayscale: #3C3C3C. Windows color (decimal): -15643799 or 6900497. OLE color: 6900497.

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

Color convert

RGB1775105-
CMYK0.840.2900.59
HSL200.45º72.13%23.92%-
HSV(B)200.45º83.81%41.18%-
XYZ5.36.1714.28-
YUV61.08152.7896.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=8.63%
G=38.07%
B=53.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17751050.840.2900.59200.4572.1323.92
Hex114B69541D03Bc84818
Octal211131511243507331011030
Binary1000110010111101001101010011101011101111001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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