Html Css Color HEX #106595 Allports

📋 copy color: '#106595'

red 16 ◦ green 101 ◦ blue 149

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

Shades of Allports #106595

Tints of Allports #106595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 6.02%
G = 37.97%
B = 56.02%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106595 (or 0x106595) is known color: Allports. HEX triplet: 10, 65 and 95. RGB value is (16,101,149). Sum of RGB (Red+Green+Blue) = 16+101+149=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #106595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106595 is #EF9A6A. Grayscale: #505050. Windows color (decimal): -15702635 or 9790736. OLE color: 9790736.

HSL color Cylindrical-coordinate representation of color #106595: hue angle of 201.65º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106595 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 101 149 -
CMYK 0.89 0.32 0 0.42
HSL 201.65º 0.81% 0.32% -
HSV(B) 201.65º 0.89% 0.58% -
XYZ 10.29 11.59 30.13 -
YUV 81.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 16 101 149 0.89 0.32 0 0.42 201.65 0.81 0.32
Hex 10 65 95 59 20 0 2A CA 51 20
Octal 20 145 225 131 40 0 52 312 121 40
Binary 10000 1100101 10010101 1011001 100000 0 101010 11001010 1010001 100000

Color Harmonies of #106595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106595

Black with #106595

Text Example


Text Example

White with #106595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106595; }

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

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

background-color css

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

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

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

border-color css

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

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

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