#104960

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

Shades of Astronaut Blue #104960

Tints of Astronaut Blue #104960

Color information

#104960 (or 0x104960) is unknown color: approx Astronaut Blue. HEX triplet: 10, 49 and 60. RGB value is (16,73,96). Sum of RGB (Red+Green+Blue) = 16+73+96=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #104960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104960 is #EFB69F. Grayscale: #3A3A3A. Windows color (decimal): -15709856 or 6310160. OLE color: 6310160.

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

Color convert

RGB167396-
CMYK0.830.2400.62
HSL197.25º71.43%21.96%-
HSV(B)197.25º83.33%37.65%-
XYZ4.715.7211.92-
YUV58.58149.1297.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=8.65%
G=39.46%
B=51.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1673960.830.2400.62197.2571.4321.96
Hex104960531803Ec54716
Octal201111401233007630510726
Binary1000010010011100000101001111000011111011000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104960; }

 p { color: rgb(16,73,96); }

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

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

 a { background-color: rgb(16,73,96); }

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

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

 span { border-color: rgb(16,73,96); }

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