#106485

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

Shades of Allports #106485

Tints of Allports #106485

Color information

#106485 (or 0x106485) is unknown color: approx Allports. HEX triplet: 10, 64 and 85. RGB value is (16,100,133). Sum of RGB (Red+Green+Blue) = 16+100+133=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #106485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106485 is #EF9B7A. Grayscale: #4E4E4E. Windows color (decimal): -15702907 or 8741904. OLE color: 8741904.

HSL color Cylindrical-coordinate representation of color #106485: hue angle of 196.92º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106485 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16100133-
CMYK0.880.2500.48
HSL196.92º78.52%29.22%-
HSV(B)196.92º87.97%52.16%-
XYZ910.9223.82-
YUV78.65158.6783.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.43%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=6.43%
G=40.16%
B=53.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161001330.880.2500.48196.9278.5229.22
Hex1064855819030c54f1d
Octal201442051303106030511735
Binary10000110010010000101101100011001011000011000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106485; }

 p { color: rgb(16,100,133); }

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

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

 a { background-color: rgb(16,100,133); }

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

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

 span { border-color: rgb(16,100,133); }

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