#114858

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

Shades of Astronaut Blue #114858

Tints of Astronaut Blue #114858

Color information

#114858 (or 0x114858) is unknown color: approx Astronaut Blue. HEX triplet: 11, 48 and 58. RGB value is (17,72,88). Sum of RGB (Red+Green+Blue) = 17+72+88=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #114858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114858 is #EEB7A7. Grayscale: #393939. Windows color (decimal): -15644584 or 5785617. OLE color: 5785617.

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

Color convert

RGB177288-
CMYK0.810.1800.65
HSL193.52º67.62%20.59%-
HSV(B)193.52º80.68%34.51%-
XYZ4.315.4610.06-
YUV57.38145.2899.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=9.60%
G=40.68%
B=49.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1772880.810.1800.65193.5267.6220.59
Hex1148585112041c24415
Octal2111013012122010130210425
Binary10001100100010110001010001100100100000111000010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114858; }

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

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

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

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

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

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

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

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