#127085

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

Shades of Allports #127085

Tints of Allports #127085

Color information

#127085 (or 0x127085) is unknown color: approx Allports. HEX triplet: 12, 70 and 85. RGB value is (18,112,133). Sum of RGB (Red+Green+Blue) = 18+112+133=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #127085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127085 is #ED8F7A. Grayscale: #565656. Windows color (decimal): -15568763 or 8744978. OLE color: 8744978.

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

Color convert

RGB18112133-
CMYK0.860.1600.48
HSL190.96º76.16%29.61%-
HSV(B)190.96º86.47%52.16%-
XYZ10.2813.4124.24-
YUV86.29154.3679.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=6.84%
G=42.59%
B=50.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181121330.860.1600.48190.9676.1629.61
Hex1270855610030bf4c1e
Octal221602051262006027711436
Binary10010111000010000101101011010000011000010111111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127085; }

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

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

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

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

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

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

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

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