#16415B

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

Shades of Astronaut Blue #16415B

Tints of Astronaut Blue #16415B

Color information

#16415B (or 0x16415B) is unknown color: approx Astronaut Blue. HEX triplet: 16, 41 and 5B. RGB value is (22,65,91). Sum of RGB (Red+Green+Blue) = 22+65+91=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #16415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16415B is #E9BEA4. Grayscale: #363636. Windows color (decimal): -15318693 or 5980438. OLE color: 5980438.

HSL color Cylindrical-coordinate representation of color #16415B: hue angle of 202.61º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16415B is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB226591-
CMYK0.760.2900.64
HSL202.61º61.06%22.16%-
HSV(B)202.61º75.82%35.69%-
XYZ4.114.7110.59-
YUV55.11148.25104.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=12.36%
G=36.52%
B=51.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2265910.760.2900.64202.6161.0622.16
Hex16415B4C1D040cb3d16
Octal261011331143501003137526
Binary1011010000011011011100110011101010000001100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,65,91); }

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

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

 a { background-color: rgb(22,65,91); }

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

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

 span { border-color: rgb(22,65,91); }

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