#107490

Color #107490 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #107490

Tints of Allports #107490

Color information

#107490 (or 0x107490) is unknown color: approx Allports. HEX triplet: 10, 74 and 90. RGB value is (16,116,144). Sum of RGB (Red+Green+Blue) = 16+116+144=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #107490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107490 is #EF8B6F. Grayscale: #595959. Windows color (decimal): -15698800 or 9466896. OLE color: 9466896.

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

Color convert

RGB16116144-
CMYK0.890.1900.44
HSL193.12º80%31.37%-
HSV(B)193.12º88.89%56.47%-
XYZ11.4914.6128.6-
YUV89.29158.8775.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=5.80%
G=42.03%
B=52.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161161440.890.1900.44193.128031.37
Hex107490591302Cc1501f
Octal201642201312305430112037
Binary10000111010010010000101100110011010110011000001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107490; }

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

 H1.HeaderClassName
 {
   color: #107490;
 }
 .AnyTagClassName
 {
   color: #107490;
 }
</style>
background-color css

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

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

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

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

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

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