#10475C

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

Shades of Astronaut Blue #10475C

Tints of Astronaut Blue #10475C

Color information

#10475C (or 0x10475C) is unknown color: approx Astronaut Blue. HEX triplet: 10, 47 and 5C. RGB value is (16,71,92). Sum of RGB (Red+Green+Blue) = 16+71+92=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #10475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10475C is #EFB8A3. Grayscale: #383838. Windows color (decimal): -15710372 or 6047504. OLE color: 6047504.

HSL color Cylindrical-coordinate representation of color #10475C: hue angle of 196.58º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10475C is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167192-
CMYK0.830.2300.64
HSL196.58º70.37%21.18%-
HSV(B)196.58º82.61%36.08%-
XYZ4.45.3910.93-
YUV56.95147.7898.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=8.94%
G=39.66%
B=51.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1671920.830.2300.64196.5870.3721.18
Hex10475C5317040c54615
Octal2010713412327010030510625
Binary10000100011110111001010011101110100000011000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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