#10768B

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

Shades of Allports #10768B

Tints of Allports #10768B

Color information

#10768B (or 0x10768B) is unknown color: approx Allports. HEX triplet: 10, 76 and 8B. RGB value is (16,118,139). Sum of RGB (Red+Green+Blue) = 16+118+139=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #10768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10768B is #EF8974. Grayscale: #595959. Windows color (decimal): -15698293 or 9139728. OLE color: 9139728.

HSL color Cylindrical-coordinate representation of color #10768B: hue angle of 190.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10768B is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16118139-
CMYK0.880.1500.45
HSL190.24º79.35%30.39%-
HSV(B)190.24º88.49%54.51%-
XYZ11.3514.9326.71-
YUV89.9155.7175.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=5.86%
G=43.22%
B=50.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161181390.880.1500.45190.2479.3530.39
Hex10768B58F02Dbe4f1e
Octal201662131301705527611736
Binary1000011101101000101110110001111010110110111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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