Html Css Color HEX #106377 Allports

📋 copy color: '#106377'

red 16 ◦ green 99 ◦ blue 119

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

Shades of Allports #106377

Tints of Allports #106377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 6.84%
G = 42.31%
B = 50.85%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#106377 (or 0x106377) is known color: Allports. HEX triplet: 10, 63 and 77. RGB value is (16,99,119). Sum of RGB (Red+Green+Blue) = 16+99+119=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #106377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106377 is #EF9C88. Grayscale: #4C4C4C. Windows color (decimal): -15703177 or 7824144. OLE color: 7824144.

HSL color Cylindrical-coordinate representation of color #106377: hue angle of 191.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106377 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 99 119 -
CMYK 0.87 0.17 0 0.53
HSL 191.65º 0.76% 0.26% -
HSV(B) 191.65º 0.87% 0.47% -
XYZ 8.01 10.37 19.03 -
YUV 76.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 16 99 119 0.87 0.17 0 0.53 191.65 0.76 0.26
Hex 10 63 77 57 11 0 35 C0 4C 1A
Octal 20 143 167 127 21 0 65 300 114 32
Binary 10000 1100011 1110111 1010111 10001 0 110101 11000000 1001100 11010

Color Harmonies of #106377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106377

Black with #106377

Text Example


Text Example

White with #106377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106377; }

 p { color: rgb(16,99,119); }

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

background-color css

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

 a { background-color: rgb(16,99,119); }

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

border-color css

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

 span { border-color: rgb(16,99,119); }

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