#10485C

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

Shades of Astronaut Blue #10485C

Tints of Astronaut Blue #10485C

Color information

#10485C (or 0x10485C) is unknown color: approx Astronaut Blue. HEX triplet: 10, 48 and 5C. RGB value is (16,72,92). Sum of RGB (Red+Green+Blue) = 16+72+92=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #10485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10485C is #EFB7A3. Grayscale: #393939. Windows color (decimal): -15710116 or 6047760. OLE color: 6047760.

HSL color Cylindrical-coordinate representation of color #10485C: hue angle of 195.79º 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 #10485C is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167292-
CMYK0.830.2200.64
HSL195.79º70.37%21.18%-
HSV(B)195.79º82.61%36.08%-
XYZ4.465.5210.96-
YUV57.54147.4598.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 51.11%
R=8.89%
G=40%
B=51.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1672920.830.2200.64195.7970.3721.18
Hex10485C5316040c44615
Octal2011013412326010030410625
Binary10000100100010111001010011101100100000011000100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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