#104863

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

Shades of Astronaut Blue #104863

Tints of Astronaut Blue #104863

Color information

#104863 (or 0x104863) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 63. RGB value is (16,72,99). Sum of RGB (Red+Green+Blue) = 16+72+99=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #104863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104863 is #EFB79C. Grayscale: #3A3A3A. Windows color (decimal): -15710109 or 6506512. OLE color: 6506512.

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

Color convert

RGB167299-
CMYK0.840.2700.61
HSL199.52º72.17%22.55%-
HSV(B)199.52º83.84%38.82%-
XYZ4.785.6512.64-
YUV58.33150.9597.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=8.56%
G=38.50%
B=52.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1672990.840.2700.61199.5272.1722.55
Hex104863541B03Dc84817
Octal201101431243307531011027
Binary1000010010001100011101010011011011110111001000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104863; }

 p { color: rgb(16,72,99); }

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

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

 a { background-color: rgb(16,72,99); }

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

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

 span { border-color: rgb(16,72,99); }

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