#114259

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

Shades of Astronaut Blue #114259

Tints of Astronaut Blue #114259

Color information

#114259 (or 0x114259) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 59. RGB value is (17,66,89). Sum of RGB (Red+Green+Blue) = 17+66+89=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #114259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114259 is #EEBDA6. Grayscale: #353535. Windows color (decimal): -15646119 or 5849617. OLE color: 5849617.

HSL color Cylindrical-coordinate representation of color #114259: hue angle of 199.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114259 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB176689-
CMYK0.810.2600.65
HSL199.17º67.92%20.78%-
HSV(B)199.17º80.9%34.9%-
XYZ3.984.7410.16-
YUV53.97147.77101.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=9.88%
G=38.37%
B=51.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1766890.810.2600.65199.1767.9220.78
Hex114259511A041c74415
Octal2110213112132010130710425
Binary10001100001010110011010001110100100000111000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114259; }

 p { color: rgb(17,66,89); }

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

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

 a { background-color: rgb(17,66,89); }

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

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

 span { border-color: rgb(17,66,89); }

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