#114463

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

Shades of Astronaut Blue #114463

Tints of Astronaut Blue #114463

Color information

#114463 (or 0x114463) is unknown color: approx Astronaut Blue. HEX triplet: 11, 44 and 63. RGB value is (17,68,99). Sum of RGB (Red+Green+Blue) = 17+68+99=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #114463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114463 is #EEBB9C. Grayscale: #383838. Windows color (decimal): -15645597 or 6505489. OLE color: 6505489.

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

Color convert

RGB176899-
CMYK0.830.3100.61
HSL202.68º70.69%22.75%-
HSV(B)202.68º82.83%38.82%-
XYZ4.555.1512.56-
YUV56.28152.199.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=9.24%
G=36.96%
B=53.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1768990.830.3100.61202.6870.6922.75
Hex114463531F03Dcb4717
Octal211041431233707531310727
Binary1000110001001100011101001111111011110111001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114463; }

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

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

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

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

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

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

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

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