#104A63

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

Shades of Astronaut Blue #104A63

Tints of Astronaut Blue #104A63

Color information

#104A63 (or 0x104A63) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4A and 63. RGB value is (16,74,99). Sum of RGB (Red+Green+Blue) = 16+74+99=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #104A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A63 is #EFB59C. Grayscale: #3B3B3B. Windows color (decimal): -15709597 or 6507024. OLE color: 6507024.

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

Color convert

RGB167499-
CMYK0.840.2500.61
HSL198.07º72.17%22.55%-
HSV(B)198.07º83.84%38.82%-
XYZ4.915.9112.69-
YUV59.51150.2896.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=8.47%
G=39.15%
B=52.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1674990.840.2500.61198.0772.1722.55
Hex104A63541903Dc64817
Octal201121431243107530611027
Binary1000010010101100011101010011001011110111000110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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