Html Css Color HEX #106380 Allports

📋 copy color: '#106380'

red 16 ◦ green 99 ◦ blue 128

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

Shades of Allports #106380

Tints of Allports #106380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 6.58%
G = 40.74%
B = 52.67%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#106380 (or 0x106380) is known color: Allports. HEX triplet: 10, 63 and 80. RGB value is (16,99,128). Sum of RGB (Red+Green+Blue) = 16+99+128=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #106380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106380 is #EF9C7F. Grayscale: #4D4D4D. Windows color (decimal): -15703168 or 8413968. OLE color: 8413968.

HSL color Cylindrical-coordinate representation of color #106380: hue angle of 195.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106380 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 99 128 -
CMYK 0.88 0.23 0 0.50
HSL 195.54º 0.78% 0.28% -
HSV(B) 195.54º 0.88% 0.5% -
XYZ 8.57 10.59 22.01 -
YUV 77.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 16 99 128 0.88 0.23 0 0.50 195.54 0.78 0.28
Hex 10 63 80 58 17 0 32 C4 4E 1C
Octal 20 143 200 130 27 0 62 304 116 34
Binary 10000 1100011 10000000 1011000 10111 0 110010 11000100 1001110 11100

Color Harmonies of #106380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106380

Black with #106380

Text Example


Text Example

White with #106380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106380; }

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

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

background-color css

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

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

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

border-color css

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

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

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