#10727D

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

Shades of Allports #10727D

Tints of Allports #10727D

Color information

#10727D (or 0x10727D) is unknown color: approx Allports. HEX triplet: 10, 72 and 7D. RGB value is (16,114,125). Sum of RGB (Red+Green+Blue) = 16+114+125=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #10727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10727D is #EF8D82. Grayscale: #555555. Windows color (decimal): -15699331 or 8221200. OLE color: 8221200.

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

Color convert

RGB16114125-
CMYK0.870.0900.51
HSL186.06º77.3%27.65%-
HSV(B)186.06º87.2%49.02%-
XYZ9.9313.6321.51-
YUV85.95150.0378.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=6.27%
G=44.71%
B=49.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161141250.870.0900.51186.0677.327.65
Hex10727D579033ba4d1c
Octal201621751271106327211534
Binary100001110010111110110101111001011001110111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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