#104662

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

Shades of Astronaut Blue #104662

Tints of Astronaut Blue #104662

Color information

#104662 (or 0x104662) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 62. RGB value is (16,70,98). Sum of RGB (Red+Green+Blue) = 16+70+98=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #104662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104662 is #EFB99D. Grayscale: #383838. Windows color (decimal): -15710622 or 6440464. OLE color: 6440464.

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

Color convert

RGB167098-
CMYK0.840.2900.62
HSL200.49º71.93%22.35%-
HSV(B)200.49º83.67%38.43%-
XYZ4.615.3712.35-
YUV57.05151.1198.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=8.70%
G=38.04%
B=53.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1670980.840.2900.62200.4971.9322.35
Hex104662541D03Ec84816
Octal201061421243507631011026
Binary1000010001101100010101010011101011111011001000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104662; }

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

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

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

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

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

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

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

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