#114859

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

Shades of Astronaut Blue #114859

Tints of Astronaut Blue #114859

Color information

#114859 (or 0x114859) is unknown color: approx Astronaut Blue. HEX triplet: 11, 48 and 59. RGB value is (17,72,89). Sum of RGB (Red+Green+Blue) = 17+72+89=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #114859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114859 is #EEB7A6. Grayscale: #393939. Windows color (decimal): -15644583 or 5851153. OLE color: 5851153.

HSL color Cylindrical-coordinate representation of color #114859: hue angle of 194.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 #114859 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB177289-
CMYK0.810.1900.65
HSL194.17º67.92%20.78%-
HSV(B)194.17º80.9%34.9%-
XYZ4.355.4810.28-
YUV57.49145.7899.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 89 (35.16% from 255) = 50%
R=9.55%
G=40.45%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1772890.810.1900.65194.1767.9220.78
Hex1148595113041c24415
Octal2111013112123010130210425
Binary10001100100010110011010001100110100000111000010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114859; }

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

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

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

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

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

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

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

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