#10758E

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

Shades of Allports #10758E

Tints of Allports #10758E

Color information

#10758E (or 0x10758E) is unknown color: approx Allports. HEX triplet: 10, 75 and 8E. RGB value is (16,117,142). Sum of RGB (Red+Green+Blue) = 16+117+142=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #10758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10758E is #EF8A71. Grayscale: #595959. Windows color (decimal): -15698546 or 9336080. OLE color: 9336080.

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

Color convert

RGB16117142-
CMYK0.890.1800.44
HSL191.9º79.75%30.98%-
HSV(B)191.9º88.73%55.69%-
XYZ11.4614.7927.84-
YUV89.65157.5475.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=5.82%
G=42.55%
B=51.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161171420.890.1800.44191.979.7530.98
Hex10758E591202Cc0501f
Octal201652161312205430012037
Binary10000111010110001110101100110010010110011000000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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