#104862

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

Shades of Astronaut Blue #104862

Tints of Astronaut Blue #104862

Color information

#104862 (or 0x104862) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 62. RGB value is (16,72,98). Sum of RGB (Red+Green+Blue) = 16+72+98=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #104862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104862 is #EFB79D. Grayscale: #3A3A3A. Windows color (decimal): -15710110 or 6440976. OLE color: 6440976.

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

Color convert

RGB167298-
CMYK0.840.2700.62
HSL199.02º71.93%22.35%-
HSV(B)199.02º83.67%38.43%-
XYZ4.745.6312.39-
YUV58.22150.4597.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=8.60%
G=38.71%
B=52.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1672980.840.2700.62199.0271.9322.35
Hex104862541B03Ec74816
Octal201101421243307630711026
Binary1000010010001100010101010011011011111011000111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104862; }

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

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

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

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

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

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

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

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