#104666

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

Shades of Astronaut Blue #104666

Tints of Astronaut Blue #104666

Color information

#104666 (or 0x104666) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 66. RGB value is (16,70,102). Sum of RGB (Red+Green+Blue) = 16+70+102=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #104666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104666 is #EFB999. Grayscale: #393939. Windows color (decimal): -15710618 or 6702608. OLE color: 6702608.

HSL color Cylindrical-coordinate representation of color #104666: hue angle of 202.33º 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 #104666 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1670102-
CMYK0.840.3100.6
HSL202.33º72.88%23.14%-
HSV(B)202.33º84.31%40%-
XYZ4.85.4513.37-
YUV57.5153.1198.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=8.51%
G=37.23%
B=54.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16701020.840.3100.6202.3372.8823.14
Hex104666541F03Cca4917
Octal201061461243707431211127
Binary1000010001101100110101010011111011110011001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104666; }

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

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

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

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

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

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

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

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