#106081

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

Shades of Allports #106081

Tints of Allports #106081

Color information

#106081 (or 0x106081) is unknown color: approx Allports. HEX triplet: 10, 60 and 81. RGB value is (16,96,129). Sum of RGB (Red+Green+Blue) = 16+96+129=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #106081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106081 is #EF9F7E. Grayscale: #4B4B4B. Windows color (decimal): -15703935 or 8478736. OLE color: 8478736.

HSL color Cylindrical-coordinate representation of color #106081: hue angle of 197.52º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106081 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1696129-
CMYK0.880.2600.49
HSL197.52º77.93%28.43%-
HSV(B)197.52º87.6%50.59%-
XYZ8.3610.0622.27-
YUV75.8415885.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=6.64%
G=39.83%
B=53.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16961290.880.2600.49197.5277.9328.43
Hex106081581A031c64e1c
Octal201402011303206130611634
Binary10000110000010000001101100011010011000111000110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106081; }

 p { color: rgb(16,96,129); }

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

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

 a { background-color: rgb(16,96,129); }

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

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

 span { border-color: rgb(16,96,129); }

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