#114963

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

Shades of Astronaut Blue #114963

Tints of Astronaut Blue #114963

Color information

#114963 (or 0x114963) is unknown color: approx Astronaut Blue. HEX triplet: 11, 49 and 63. RGB value is (17,73,99). Sum of RGB (Red+Green+Blue) = 17+73+99=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #114963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114963 is #EEB69C. Grayscale: #3B3B3B. Windows color (decimal): -15644317 or 6506769. OLE color: 6506769.

HSL color Cylindrical-coordinate representation of color #114963: hue angle of 199.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114963 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB177399-
CMYK0.830.2600.61
HSL199.02º70.69%22.75%-
HSV(B)199.02º82.83%38.82%-
XYZ4.875.7912.66-
YUV59.22150.4597.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=8.99%
G=38.62%
B=52.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1773990.830.2600.61199.0270.6922.75
Hex114963531A03Dc74717
Octal211111431233207530710727
Binary1000110010011100011101001111010011110111000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114963; }

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

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

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

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

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

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

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

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