#127884

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

Shades of Allports #127884

Tints of Allports #127884

Color information

#127884 (or 0x127884) is unknown color: approx Allports. HEX triplet: 12, 78 and 84. RGB value is (18,120,132). Sum of RGB (Red+Green+Blue) = 18+120+132=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #127884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127884 is #ED877B. Grayscale: #5A5A5A. Windows color (decimal): -15566716 or 8681490. OLE color: 8681490.

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

Color convert

RGB18120132-
CMYK0.860.0900.48
HSL186.32º76%29.41%-
HSV(B)186.32º86.36%51.76%-
XYZ11.1315.2324.18-
YUV90.87151.2176.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=6.67%
G=44.44%
B=48.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181201320.860.0900.48186.327629.41
Hex127884569030ba4c1d
Octal221702041261106027211435
Binary1001011110001000010010101101001011000010111010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127884; }

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

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

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

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

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

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

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

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