#105161

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

Shades of Astronaut Blue #105161

Tints of Astronaut Blue #105161

Color information

#105161 (or 0x105161) is unknown color: approx Astronaut Blue. HEX triplet: 10, 51 and 61. RGB value is (16,81,97). Sum of RGB (Red+Green+Blue) = 16+81+97=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #105161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105161 is #EFAE9E. Grayscale: #3F3F3F. Windows color (decimal): -15707807 or 6377744. OLE color: 6377744.

HSL color Cylindrical-coordinate representation of color #105161: hue angle of 191.85º 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 #105161 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB168197-
CMYK0.840.1600.62
HSL191.85º71.68%22.16%-
HSV(B)191.85º83.51%38.04%-
XYZ5.316.8612.35-
YUV63.39146.9794.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 97 (38.28% from 255) = 50%
R=8.25%
G=41.75%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1681970.840.1600.62191.8571.6822.16
Hex105161541003Ec04816
Octal201211411242007630011026
Binary1000010100011100001101010010000011111011000000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105161; }

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

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

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

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

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

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

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

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