#104661

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

Shades of Astronaut Blue #104661

Tints of Astronaut Blue #104661

Color information

#104661 (or 0x104661) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 61. RGB value is (16,70,97). Sum of RGB (Red+Green+Blue) = 16+70+97=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #104661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104661 is #EFB99E. Grayscale: #383838. Windows color (decimal): -15710623 or 6374928. OLE color: 6374928.

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

Color convert

RGB167097-
CMYK0.840.2800.62
HSL200º71.68%22.16%-
HSV(B)200º83.51%38.04%-
XYZ4.565.3512.1-
YUV56.93150.6198.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=8.74%
G=38.25%
B=53.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1670970.840.2800.6220071.6822.16
Hex104661541C03Ec84816
Octal201061411243407631011026
Binary1000010001101100001101010011100011111011001000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104661; }

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

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

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

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

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

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

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

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