#104665

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

Shades of Astronaut Blue #104665

Tints of Astronaut Blue #104665

Color information

#104665 (or 0x104665) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 65. RGB value is (16,70,101). Sum of RGB (Red+Green+Blue) = 16+70+101=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #104665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104665 is #EFB99A. Grayscale: #393939. Windows color (decimal): -15710619 or 6637072. OLE color: 6637072.

HSL color Cylindrical-coordinate representation of color #104665: hue angle of 201.88º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104665 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1670101-
CMYK0.840.3100.60
HSL201.88º72.65%22.94%-
HSV(B)201.88º84.16%39.61%-
XYZ4.755.4313.11-
YUV57.39152.6198.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=8.56%
G=37.43%
B=54.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16701010.840.3100.60201.8872.6522.94
Hex104665541F03Cca4917
Octal201061451243707431211127
Binary1000010001101100101101010011111011110011001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104665; }

 p { color: rgb(16,70,101); }

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

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

 a { background-color: rgb(16,70,101); }

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

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

 span { border-color: rgb(16,70,101); }

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