#10718C

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

Shades of Allports #10718C

Tints of Allports #10718C

Color information

#10718C (or 0x10718C) is unknown color: approx Allports. HEX triplet: 10, 71 and 8C. RGB value is (16,113,140). Sum of RGB (Red+Green+Blue) = 16+113+140=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #10718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10718C is #EF8E73. Grayscale: #565656. Windows color (decimal): -15699572 or 9203984. OLE color: 9203984.

HSL color Cylindrical-coordinate representation of color #10718C: hue angle of 193.06º degrees, saturation: 0.79, 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 #10718C is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16113140-
CMYK0.890.1900.45
HSL193.06º79.49%30.59%-
HSV(B)193.06º88.57%54.9%-
XYZ10.8513.8126.91-
YUV87.08157.8677.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=5.95%
G=42.01%
B=52.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161131400.890.1900.45193.0679.4930.59
Hex10718C591302Dc14f1f
Octal201612141312305530111737
Binary10000111000110001100101100110011010110111000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10718C; }

 p { color: rgb(16,113,140); }

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

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

 a { background-color: rgb(16,113,140); }

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

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

 span { border-color: rgb(16,113,140); }

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