#10475A

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

Shades of Astronaut Blue #10475A

Tints of Astronaut Blue #10475A

Color information

#10475A (or 0x10475A) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 5A. RGB value is (16,71,90). Sum of RGB (Red+Green+Blue) = 16+71+90=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #10475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10475A is #EFB8A5. Grayscale: #383838. Windows color (decimal): -15710374 or 5916432. OLE color: 5916432.

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

Color convert

RGB167190-
CMYK0.820.2100.65
HSL195.41º69.81%20.78%-
HSV(B)195.41º82.22%35.29%-
XYZ4.315.3510.48-
YUV56.72146.7898.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=9.04%
G=40.11%
B=50.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1671900.820.2100.65195.4169.8120.78
Hex10475A5215041c34615
Octal2010713212225010130310625
Binary10000100011110110101010010101010100000111000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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