#127185

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

Shades of Allports #127185

Tints of Allports #127185

Color information

#127185 (or 0x127185) is unknown color: approx Allports. HEX triplet: 12, 71 and 85. RGB value is (18,113,133). Sum of RGB (Red+Green+Blue) = 18+113+133=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #127185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127185 is #ED8E7A. Grayscale: #565656. Windows color (decimal): -15568507 or 8745234. OLE color: 8745234.

HSL color Cylindrical-coordinate representation of color #127185: hue angle of 190.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127185 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18113133-
CMYK0.860.1500.48
HSL190.43º76.16%29.61%-
HSV(B)190.43º86.47%52.16%-
XYZ10.3913.6324.27-
YUV86.88154.0378.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=6.82%
G=42.80%
B=50.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181131330.860.1500.48190.4376.1629.61
Hex12718556F030be4c1e
Octal221612051261706027611436
Binary1001011100011000010110101101111011000010111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127185; }

 p { color: rgb(18,113,133); }

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

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

 a { background-color: rgb(18,113,133); }

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

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

 span { border-color: rgb(18,113,133); }

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