#127285

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

Shades of Allports #127285

Tints of Allports #127285

Color information

#127285 (or 0x127285) is unknown color: approx Allports. HEX triplet: 12, 72 and 85. RGB value is (18,114,133). Sum of RGB (Red+Green+Blue) = 18+114+133=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #127285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127285 is #ED8D7A. Grayscale: #575757. Windows color (decimal): -15568251 or 8745490. OLE color: 8745490.

HSL color Cylindrical-coordinate representation of color #127285: hue angle of 189.91º 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 #127285 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18114133-
CMYK0.860.1400.48
HSL189.91º76.16%29.61%-
HSV(B)189.91º86.47%52.16%-
XYZ10.513.8624.31-
YUV87.46153.778.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=6.79%
G=43.02%
B=50.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181141330.860.1400.48189.9176.1629.61
Hex12728556E030be4c1e
Octal221622051261606027611436
Binary1001011100101000010110101101110011000010111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127285; }

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

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

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

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

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

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

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

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