#10485A

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

Shades of Astronaut Blue #10485A

Tints of Astronaut Blue #10485A

Color information

#10485A (or 0x10485A) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 5A. RGB value is (16,72,90). Sum of RGB (Red+Green+Blue) = 16+72+90=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #10485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10485A is #EFB7A5. Grayscale: #393939. Windows color (decimal): -15710118 or 5916688. OLE color: 5916688.

HSL color Cylindrical-coordinate representation of color #10485A: hue angle of 194.59º 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 #10485A is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB167290-
CMYK0.820.2000.65
HSL194.59º69.81%20.78%-
HSV(B)194.59º82.22%35.29%-
XYZ4.385.4810.5-
YUV57.31146.4598.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=8.99%
G=40.45%
B=50.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1672900.820.2000.65194.5969.8120.78
Hex10485A5214041c34615
Octal2011013212224010130310625
Binary10000100100010110101010010101000100000111000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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