#127289

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

Shades of Allports #127289

Tints of Allports #127289

Color information

#127289 (or 0x127289) is unknown color: approx Allports. HEX triplet: 12, 72 and 89. RGB value is (18,114,137). Sum of RGB (Red+Green+Blue) = 18+114+137=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #127289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127289 is #ED8D76. Grayscale: #575757. Windows color (decimal): -15568247 or 9007634. OLE color: 9007634.

HSL color Cylindrical-coordinate representation of color #127289: hue angle of 191.6º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127289 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18114137-
CMYK0.870.1700.46
HSL191.6º76.77%30.39%-
HSV(B)191.6º86.86%53.73%-
XYZ10.7813.9725.79-
YUV87.92155.778.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=6.69%
G=42.38%
B=50.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181141370.870.1700.46191.676.7730.39
Hex127289571102Ec04d1e
Octal221622111272105630011536
Binary10010111001010001001101011110001010111011000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127289; }

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

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

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

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

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

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

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

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