#127284

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

Shades of Allports #127284

Tints of Allports #127284

Color information

#127284 (or 0x127284) is unknown color: approx Allports. HEX triplet: 12, 72 and 84. RGB value is (18,114,132). Sum of RGB (Red+Green+Blue) = 18+114+132=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #127284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127284 is #ED8D7B. Grayscale: #575757. Windows color (decimal): -15568252 or 8679954. OLE color: 8679954.

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

Color convert

RGB18114132-
CMYK0.860.1400.48
HSL189.47º76%29.41%-
HSV(B)189.47º86.36%51.76%-
XYZ10.4313.8323.95-
YUV87.35153.278.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 132 (51.95% from 255) = 50%
R=6.82%
G=43.18%
B=50%

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
Decimal181141320.860.1400.48189.477629.41
Hex12728456E030bd4c1d
Octal221622041261606027511435
Binary1001011100101000010010101101110011000010111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127284; }

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

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

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

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

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

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

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

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