#114663

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

Shades of Astronaut Blue #114663

Tints of Astronaut Blue #114663

Color information

#114663 (or 0x114663) is unknown color: approx Astronaut Blue. HEX triplet: 11, 46 and 63. RGB value is (17,70,99). Sum of RGB (Red+Green+Blue) = 17+70+99=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #114663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114663 is #EEB99C. Grayscale: #393939. Windows color (decimal): -15645085 or 6506001. OLE color: 6506001.

HSL color Cylindrical-coordinate representation of color #114663: hue angle of 201.22º 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 #114663 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB177099-
CMYK0.830.2900.61
HSL201.22º70.69%22.75%-
HSV(B)201.22º82.83%38.82%-
XYZ4.675.412.6-
YUV57.46151.4499.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=9.14%
G=37.63%
B=53.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1770990.830.2900.61201.2270.6922.75
Hex114663531D03Dc94717
Octal211061431233507531110727
Binary1000110001101100011101001111101011110111001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114663; }

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

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

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

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

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

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

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

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