#104864

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

Shades of Astronaut Blue #104864

Tints of Astronaut Blue #104864

Color information

#104864 (or 0x104864) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 64. RGB value is (16,72,100). Sum of RGB (Red+Green+Blue) = 16+72+100=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #104864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104864 is #EFB79B. Grayscale: #3A3A3A. Windows color (decimal): -15710108 or 6572048. OLE color: 6572048.

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

Color convert

RGB1672100-
CMYK0.840.2800.61
HSL200º72.41%22.75%-
HSV(B)200º84%39.22%-
XYZ4.835.6612.9-
YUV58.45151.4597.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 100 (39.45% from 255) = 53.19%
R=8.51%
G=38.30%
B=53.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16721000.840.2800.6120072.4122.75
Hex104864541C03Dc84817
Octal201101441243407531011027
Binary1000010010001100100101010011100011110111001000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104864; }

 p { color: rgb(16,72,100); }

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

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

 a { background-color: rgb(16,72,100); }

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

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

 span { border-color: rgb(16,72,100); }

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