Html Css Color HEX #105165 Astronaut Blue

📋 copy color: '#105165'

red 16 ◦ green 81 ◦ blue 101

#105165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #105165

Tints of Astronaut Blue #105165

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 value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#105165 (or 0x105165) is known color: 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

RGB 16 81 101 -
CMYK 0.84 0.20 0 0.60
HSL 194.12º 0.73% 0.23% -
HSV(B) 194.12º 0.84% 0.4% -
XYZ 5.51 6.93 13.36 -
YUV 63.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 16 81 101 0.84 0.20 0 0.60 194.12 0.73 0.23
Hex 10 51 65 54 14 0 3C C2 49 17
Octal 20 121 145 124 24 0 74 302 111 27
Binary 10000 1010001 1100101 1010100 10100 0 111100 11000010 1001001 10111

Color Harmonies of #105165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105165

Black with #105165

Text Example


Text Example

White with #105165

Text Example


Text Example

HTML Codes & Css Web 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>