#105165

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

Shades of Astronaut Blue #105165

Tints of Astronaut Blue #105165

Color information

#105165 (or 0x105165) is unknown color: approx Astronaut Blue. HEX triplet: 10, 51 and 65. RGB value is (16,81,101). Sum of RGB (Red+Green+Blue) = 16+81+101=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #105165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105165 is #EFAE9A. Grayscale: #3F3F3F. Windows color (decimal): -15707803 or 6639888. OLE color: 6639888.

HSL color Cylindrical-coordinate representation of color #105165: hue angle of 194.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105165 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1681101-
CMYK0.840.2000.60
HSL194.12º72.65%22.94%-
HSV(B)194.12º84.16%39.61%-
XYZ5.516.9313.36-
YUV63.84148.9793.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=8.08%
G=40.91%
B=51.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16811010.840.2000.60194.1272.6522.94
Hex105165541403Cc24917
Octal201211451242407430211127
Binary1000010100011100101101010010100011110011000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105165; }

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

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

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

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

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

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

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

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