#114762

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

Shades of Astronaut Blue #114762

Tints of Astronaut Blue #114762

Color information

#114762 (or 0x114762) is unknown color: approx Astronaut Blue. HEX triplet: 11, 47 and 62. RGB value is (17,71,98). Sum of RGB (Red+Green+Blue) = 17+71+98=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #114762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114762 is #EEB89D. Grayscale: #393939. Windows color (decimal): -15644830 or 6440721. OLE color: 6440721.

HSL color Cylindrical-coordinate representation of color #114762: hue angle of 200º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114762 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB177198-
CMYK0.830.2800.62
HSL200º70.43%22.55%-
HSV(B)200º82.65%38.43%-
XYZ4.695.5112.37-
YUV57.93150.6198.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=9.14%
G=38.17%
B=52.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1771980.830.2800.6220070.4322.55
Hex114762531C03Ec84617
Octal211071421233407631010627
Binary1000110001111100010101001111100011111011001000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114762; }

 p { color: rgb(17,71,98); }

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

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

 a { background-color: rgb(17,71,98); }

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

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

 span { border-color: rgb(17,71,98); }

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