#10678A

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

Shades of Allports #10678A

Tints of Allports #10678A

Color information

#10678A (or 0x10678A) is unknown color: approx Allports. HEX triplet: 10, 67 and 8A. RGB value is (16,103,138). Sum of RGB (Red+Green+Blue) = 16+103+138=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #10678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10678A is #EF9875. Grayscale: #505050. Windows color (decimal): -15702134 or 9070352. OLE color: 9070352.

HSL color Cylindrical-coordinate representation of color #10678A: hue angle of 197.21º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10678A is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB16103138-
CMYK0.880.2500.46
HSL197.21º79.22%30.2%-
HSV(B)197.21º88.41%54.12%-
XYZ9.6511.6525.78-
YUV80.98160.1881.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=6.23%
G=40.08%
B=53.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161031380.880.2500.46197.2179.2230.2
Hex10678A581902Ec54f1e
Octal201472121303105630511736
Binary10000110011110001010101100011001010111011000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10678A; }

 p { color: rgb(16,103,138); }

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

<style>
 a { background-color: #10678A; }

 a { background-color: rgb(16,103,138); }

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

<style>
 span { border-color: #10678A; }

 span { border-color: rgb(16,103,138); }

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