Html Css Color HEX #107590 Allports

📋 copy color: '#107590'

red 16 ◦ green 117 ◦ blue 144

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

Shades of Allports #107590

Tints of Allports #107590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 5.78%
G = 42.24%
B = 51.99%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#107590 (or 0x107590) is known color: Allports. HEX triplet: 10, 75 and 90. RGB value is (16,117,144). Sum of RGB (Red+Green+Blue) = 16+117+144=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #107590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107590 is #EF8A6F. Grayscale: #595959. Windows color (decimal): -15698544 or 9467152. OLE color: 9467152.

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

Color convert

RGB 16 117 144 -
CMYK 0.89 0.19 0 0.44
HSL 192.66º 0.8% 0.31% -
HSV(B) 192.66º 0.89% 0.56% -
XYZ 11.61 14.85 28.64 -
YUV 89.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 16 117 144 0.89 0.19 0 0.44 192.66 0.8 0.31
Hex 10 75 90 59 13 0 2C C1 50 1F
Octal 20 165 220 131 23 0 54 301 120 37
Binary 10000 1110101 10010000 1011001 10011 0 101100 11000001 1010000 11111

Color Harmonies of #107590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107590

Black with #107590

Text Example


Text Example

White with #107590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107590; }

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

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

background-color css

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

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

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

border-color css

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

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

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