Html Css Color HEX #105166 Astronaut Blue

📋 copy color: '#105166'

red 16 ◦ green 81 ◦ blue 102

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

Shades of Astronaut Blue #105166

Tints of Astronaut Blue #105166

RGB

 RED value IS 16 (6.64% from 255) = 8.04%

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 8.04%
G = 40.7%
B = 51.26%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#105166 (or 0x105166) is known color: Astronaut Blue. HEX triplet: 10, 51 and 66. RGB value is (16,81,102). Sum of RGB (Red+Green+Blue) = 16+81+102=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #105166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105166 is #EFAE99. Grayscale: #3F3F3F. Windows color (decimal): -15707802 or 6705424. OLE color: 6705424.

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

Color convert

RGB 16 81 102 -
CMYK 0.84 0.21 0 0.6
HSL 194.65º 0.73% 0.23% -
HSV(B) 194.65º 0.84% 0.4% -
XYZ 5.55 6.95 13.62 -
YUV 63.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 16 81 102 0.84 0.21 0 0.6 194.65 0.73 0.23
Hex 10 51 66 54 15 0 3C C3 49 17
Octal 20 121 146 124 25 0 74 303 111 27
Binary 10000 1010001 1100110 1010100 10101 0 111100 11000011 1001001 10111

Color Harmonies of #105166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105166

Black with #105166

Text Example


Text Example

White with #105166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105166; }

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

 H1.HeaderClassName
 {
   color: #105166;
 }
 .AnyTagClassName
 {
   color: #105166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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