#10637C

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

Shades of Allports #10637C

Tints of Allports #10637C

Color information

#10637C (or 0x10637C) is unknown color: approx Allports. HEX triplet: 10, 63 and 7C. RGB value is (16,99,124). Sum of RGB (Red+Green+Blue) = 16+99+124=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #10637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10637C is #EF9C83. Grayscale: #4C4C4C. Windows color (decimal): -15703172 or 8151824. OLE color: 8151824.

HSL color Cylindrical-coordinate representation of color #10637C: hue angle of 193.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10637C is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1699124-
CMYK0.870.2000.51
HSL193.89º77.14%27.45%-
HSV(B)193.89º87.1%48.63%-
XYZ8.3110.4920.66-
YUV77.03154.584.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=6.69%
G=41.42%
B=51.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16991240.870.2000.51193.8977.1427.45
Hex10637C5714033c24d1b
Octal201431741272406330211533
Binary1000011000111111100101011110100011001111000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,99,124); }

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

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

 a { background-color: rgb(16,99,124); }

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

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

 span { border-color: rgb(16,99,124); }

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