#10768E

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

Shades of Allports #10768E

Tints of Allports #10768E

Color information

#10768E (or 0x10768E) is unknown color: approx Allports. HEX triplet: 10, 76 and 8E. RGB value is (16,118,142). Sum of RGB (Red+Green+Blue) = 16+118+142=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #10768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10768E is #EF8971. Grayscale: #5A5A5A. Windows color (decimal): -15698290 or 9336336. OLE color: 9336336.

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

Color convert

RGB16118142-
CMYK0.890.1700.44
HSL191.43º79.75%30.98%-
HSV(B)191.43º88.73%55.69%-
XYZ11.5715.0227.88-
YUV90.24157.2175.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=5.80%
G=42.75%
B=51.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161181420.890.1700.44191.4379.7530.98
Hex10768E591102Cbf501f
Octal201662161312105427712037
Binary10000111011010001110101100110001010110010111111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10768E; }

 p { color: rgb(16,118,142); }

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

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

 a { background-color: rgb(16,118,142); }

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

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

 span { border-color: rgb(16,118,142); }

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