#104F63

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

Shades of Astronaut Blue #104F63

Tints of Astronaut Blue #104F63

Color information

#104F63 (or 0x104F63) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4F and 63. RGB value is (16,79,99). Sum of RGB (Red+Green+Blue) = 16+79+99=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #104F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F63 is #EFB09C. Grayscale: #3E3E3E. Windows color (decimal): -15708317 or 6508304. OLE color: 6508304.

HSL color Cylindrical-coordinate representation of color #104F63: hue angle of 194.46º 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 #104F63 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB167999-
CMYK0.840.2000.61
HSL194.46º72.17%22.55%-
HSV(B)194.46º83.84%38.82%-
XYZ5.266.612.8-
YUV62.44148.6394.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=8.25%
G=40.72%
B=51.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1679990.840.2000.61194.4672.1722.55
Hex104F63541403Dc24817
Octal201171431242407530211027
Binary1000010011111100011101010010100011110111000010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F63; }

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

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

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

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

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

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

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

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