#10748D

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

Shades of Allports #10748D

Tints of Allports #10748D

Color information

#10748D (or 0x10748D) is unknown color: approx Allports. HEX triplet: 10, 74 and 8D. RGB value is (16,116,141). Sum of RGB (Red+Green+Blue) = 16+116+141=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #10748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10748D is #EF8B72. Grayscale: #585858. Windows color (decimal): -15698803 or 9270288. OLE color: 9270288.

HSL color Cylindrical-coordinate representation of color #10748D: hue angle of 192º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10748D is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16116141-
CMYK0.890.1800.45
HSL192º79.62%30.78%-
HSV(B)192º88.65%55.29%-
XYZ11.2714.5227.41-
YUV88.95157.3775.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=5.86%
G=42.49%
B=51.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161161410.890.1800.4519279.6230.78
Hex10748D591202Dc0501f
Octal201642151312205530012037
Binary10000111010010001101101100110010010110111000000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10748D; }

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

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

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

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

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

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

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

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