#105061

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

Shades of Astronaut Blue #105061

Tints of Astronaut Blue #105061

Color information

#105061 (or 0x105061) is unknown color: approx Astronaut Blue. HEX triplet: 10, 50 and 61. RGB value is (16,80,97). Sum of RGB (Red+Green+Blue) = 16+80+97=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #105061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105061 is #EFAF9E. Grayscale: #3E3E3E. Windows color (decimal): -15708063 or 6377488. OLE color: 6377488.

HSL color Cylindrical-coordinate representation of color #105061: hue angle of 192.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105061 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB168097-
CMYK0.840.1800.62
HSL192.59º71.68%22.16%-
HSV(B)192.59º83.51%38.04%-
XYZ5.246.7112.33-
YUV62.8147.394.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=8.29%
G=41.45%
B=50.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1680970.840.1800.62192.5971.6822.16
Hex105061541203Ec14816
Octal201201411242207630111026
Binary1000010100001100001101010010010011111011000001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105061; }

 p { color: rgb(16,80,97); }

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

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

 a { background-color: rgb(16,80,97); }

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

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

 span { border-color: rgb(16,80,97); }

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