#127083

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

Shades of Allports #127083

Tints of Allports #127083

Color information

#127083 (or 0x127083) is unknown color: approx Allports. HEX triplet: 12, 70 and 83. RGB value is (18,112,131). Sum of RGB (Red+Green+Blue) = 18+112+131=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #127083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127083 is #ED8F7C. Grayscale: #555555. Windows color (decimal): -15568765 or 8613906. OLE color: 8613906.

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

Color convert

RGB18112131-
CMYK0.860.1500.49
HSL190.09º75.84%29.22%-
HSV(B)190.09º86.26%51.37%-
XYZ10.1413.3623.52-
YUV86.06153.3679.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=6.90%
G=42.91%
B=50.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181121310.860.1500.49190.0975.8429.22
Hex12708356F031be4c1d
Octal221602031261706127611435
Binary1001011100001000001110101101111011000110111110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127083; }

 p { color: rgb(18,112,131); }

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

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

 a { background-color: rgb(18,112,131); }

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

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

 span { border-color: rgb(18,112,131); }

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