Html Css Color HEX #106590 Allports

📋 copy color: '#106590'

red 16 ◦ green 101 ◦ blue 144

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

Shades of Allports #106590

Tints of Allports #106590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 6.13%
G = 38.7%
B = 55.17%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#106590 (or 0x106590) is known color: Allports. HEX triplet: 10, 65 and 90. RGB value is (16,101,144). Sum of RGB (Red+Green+Blue) = 16+101+144=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #106590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106590 is #EF9A6F. Grayscale: #505050. Windows color (decimal): -15702640 or 9463056. OLE color: 9463056.

HSL color Cylindrical-coordinate representation of color #106590: hue angle of 200.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106590 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 101 144 -
CMYK 0.89 0.30 0 0.44
HSL 200.16º 0.8% 0.31% -
HSV(B) 200.16º 0.89% 0.56% -
XYZ 9.9 11.43 28.07 -
YUV 80.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 16 101 144 0.89 0.30 0 0.44 200.16 0.8 0.31
Hex 10 65 90 59 1E 0 2C C8 50 1F
Octal 20 145 220 131 36 0 54 310 120 37
Binary 10000 1100101 10010000 1011001 11110 0 101100 11001000 1010000 11111

Color Harmonies of #106590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106590

Black with #106590

Text Example


Text Example

White with #106590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106590; }

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

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

background-color css

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

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

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

border-color css

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

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

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