#10405B

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

Shades of Astronaut Blue #10405B

Tints of Astronaut Blue #10405B

Color information

#10405B (or 0x10405B) is unknown color: approx Astronaut Blue. HEX triplet: 10, 40 and 5B. RGB value is (16,64,91). Sum of RGB (Red+Green+Blue) = 16+64+91=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #10405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405B is #EFBFA4. Grayscale: #343434. Windows color (decimal): -15712165 or 5980176. OLE color: 5980176.

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

Color convert

RGB166491-
CMYK0.820.3000.64
HSL201.6º70.09%20.98%-
HSV(B)201.6º82.42%35.69%-
XYZ3.944.5310.56-
YUV52.73149.6101.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=9.36%
G=37.43%
B=53.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1664910.820.3000.64201.670.0920.98
Hex10405B521E040ca4615
Octal2010013312236010031210625
Binary10000100000010110111010010111100100000011001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10405B; }

 p { color: rgb(16,64,91); }

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

<style>
 a { background-color: #10405B; }

 a { background-color: rgb(16,64,91); }

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

<style>
 span { border-color: #10405B; }

 span { border-color: rgb(16,64,91); }

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