#104F60

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

Shades of Astronaut Blue #104F60

Tints of Astronaut Blue #104F60

Color information

#104F60 (or 0x104F60) is unknown color: approx Astronaut Blue. HEX triplet: 10, 4F and 60. RGB value is (16,79,96). Sum of RGB (Red+Green+Blue) = 16+79+96=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #104F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F60 is #EFB09F. Grayscale: #3D3D3D. Windows color (decimal): -15708320 or 6311696. OLE color: 6311696.

HSL color Cylindrical-coordinate representation of color #104F60: hue angle of 192.75º 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 #104F60 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB167996-
CMYK0.830.1800.62
HSL192.75º71.43%21.96%-
HSV(B)192.75º83.33%37.65%-
XYZ5.126.5512.06-
YUV62.1147.1395.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=8.38%
G=41.36%
B=50.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1679960.830.1800.62192.7571.4321.96
Hex104F60531203Ec14716
Octal201171401232207630110726
Binary1000010011111100000101001110010011111011000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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