Html Css Color HEX #106995 Allports

📋 copy color: '#106995'

red 16 ◦ green 105 ◦ blue 149

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

Shades of Allports #106995

Tints of Allports #106995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 5.93%
G = 38.89%
B = 55.19%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106995 (or 0x106995) is known color: Allports. HEX triplet: 10, 69 and 95. RGB value is (16,105,149). Sum of RGB (Red+Green+Blue) = 16+105+149=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #106995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106995 is #EF966A. Grayscale: #535353. Windows color (decimal): -15701611 or 9791760. OLE color: 9791760.

HSL color Cylindrical-coordinate representation of color #106995: hue angle of 199.85º 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 #106995 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 105 149 -
CMYK 0.89 0.30 0 0.42
HSL 199.85º 0.81% 0.32% -
HSV(B) 199.85º 0.89% 0.58% -
XYZ 10.69 12.38 30.26 -
YUV 83.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 16 105 149 0.89 0.30 0 0.42 199.85 0.81 0.32
Hex 10 69 95 59 1E 0 2A C8 51 20
Octal 20 151 225 131 36 0 52 310 121 40
Binary 10000 1101001 10010101 1011001 11110 0 101010 11001000 1010001 100000

Color Harmonies of #106995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106995

Black with #106995

Text Example


Text Example

White with #106995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106995; }

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

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

background-color css

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

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

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

border-color css

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

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

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