#104560

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

Shades of Astronaut Blue #104560

Tints of Astronaut Blue #104560

Color information

#104560 (or 0x104560) is unknown color: approx Astronaut Blue. HEX triplet: 10, 45 and 60. RGB value is (16,69,96). Sum of RGB (Red+Green+Blue) = 16+69+96=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #104560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104560 is #EFBA9F. Grayscale: #383838. Windows color (decimal): -15710880 or 6309136. OLE color: 6309136.

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

Color convert

RGB166996-
CMYK0.830.2800.62
HSL200.25º71.43%21.96%-
HSV(B)200.25º83.33%37.65%-
XYZ4.455.2111.84-
YUV56.23150.4499.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=8.84%
G=38.12%
B=53.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1669960.830.2800.62200.2571.4321.96
Hex104560531C03Ec84716
Octal201051401233407631010726
Binary1000010001011100000101001111100011111011001000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104560; }

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

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

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

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

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

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

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

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