#104E63

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

Shades of Astronaut Blue #104E63

Tints of Astronaut Blue #104E63

Color information

#104E63 (or 0x104E63) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4E and 63. RGB value is (16,78,99). Sum of RGB (Red+Green+Blue) = 16+78+99=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #104E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E63 is #EFB19C. Grayscale: #3D3D3D. Windows color (decimal): -15708573 or 6508048. OLE color: 6508048.

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

Color convert

RGB167899-
CMYK0.840.2100.61
HSL195.18º72.17%22.55%-
HSV(B)195.18º83.84%38.82%-
XYZ5.196.4612.78-
YUV61.86148.9695.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=8.29%
G=40.41%
B=51.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1678990.840.2100.61195.1872.1722.55
Hex104E63541503Dc34817
Octal201161431242507530311027
Binary1000010011101100011101010010101011110111000011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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