#10465A

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

Shades of Astronaut Blue #10465A

Tints of Astronaut Blue #10465A

Color information

#10465A (or 0x10465A) is unknown color: approx Astronaut Blue. HEX triplet: 10, 46 and 5A. RGB value is (16,70,90). Sum of RGB (Red+Green+Blue) = 16+70+90=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #10465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10465A is #EFB9A5. Grayscale: #373737. Windows color (decimal): -15710630 or 5916176. OLE color: 5916176.

HSL color Cylindrical-coordinate representation of color #10465A: hue angle of 196.22º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10465A is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB167090-
CMYK0.820.2200.65
HSL196.22º69.81%20.78%-
HSV(B)196.22º82.22%35.29%-
XYZ4.255.2310.46-
YUV56.13147.1199.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=9.09%
G=39.77%
B=51.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1670900.820.2200.65196.2269.8120.78
Hex10465A5216041c44615
Octal2010613212226010130410625
Binary10000100011010110101010010101100100000111000100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10465A; }

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

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

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

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

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

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

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

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