#127281

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

Shades of Allports #127281

Tints of Allports #127281

Color information

#127281 (or 0x127281) is unknown color: approx Allports. HEX triplet: 12, 72 and 81. RGB value is (18,114,129). Sum of RGB (Red+Green+Blue) = 18+114+129=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #127281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127281 is #ED8D7E. Grayscale: #565656. Windows color (decimal): -15568255 or 8483346. OLE color: 8483346.

HSL color Cylindrical-coordinate representation of color #127281: hue angle of 188.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127281 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18114129-
CMYK0.860.1200.49
HSL188.11º75.51%28.82%-
HSV(B)188.11º86.05%50.59%-
XYZ10.2313.7522.88-
YUV87.01151.778.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=6.90%
G=43.68%
B=49.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181141290.860.1200.49188.1175.5128.82
Hex12728156C031bc4c1d
Octal221622011261406127411435
Binary1001011100101000000110101101100011000110111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127281; }

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

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

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

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

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

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

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

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