#104A61

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

Shades of Astronaut Blue #104A61

Tints of Astronaut Blue #104A61

Color information

#104A61 (or 0x104A61) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4A and 61. RGB value is (16,74,97). Sum of RGB (Red+Green+Blue) = 16+74+97=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #104A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A61 is #EFB59E. Grayscale: #3B3B3B. Windows color (decimal): -15709599 or 6375952. OLE color: 6375952.

HSL color Cylindrical-coordinate representation of color #104A61: hue angle of 197.04º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104A61 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB167497-
CMYK0.840.2400.62
HSL197.04º71.68%22.16%-
HSV(B)197.04º83.51%38.04%-
XYZ4.825.8712.19-
YUV59.28149.2897.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=8.56%
G=39.57%
B=51.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1674970.840.2400.62197.0471.6822.16
Hex104A61541803Ec54816
Octal201121411243007630511026
Binary1000010010101100001101010011000011111011000101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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