#10727C

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

Shades of Allports #10727C

Tints of Allports #10727C

Color information

#10727C (or 0x10727C) is unknown color: approx Allports. HEX triplet: 10, 72 and 7C. RGB value is (16,114,124). Sum of RGB (Red+Green+Blue) = 16+114+124=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #10727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10727C is #EF8D83. Grayscale: #555555. Windows color (decimal): -15699332 or 8155664. OLE color: 8155664.

HSL color Cylindrical-coordinate representation of color #10727C: hue angle of 185.56º 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 #10727C is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB16114124-
CMYK0.870.0800.51
HSL185.56º77.14%27.45%-
HSV(B)185.56º87.1%48.63%-
XYZ9.8713.621.17-
YUV85.84149.5378.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=6.30%
G=44.88%
B=48.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161141240.870.0800.51185.5677.1427.45
Hex10727C578033ba4d1b
Octal201621741271006327211533
Binary100001110010111110010101111000011001110111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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