#127788

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

Shades of Allports #127788

Tints of Allports #127788

Color information

#127788 (or 0x127788) is unknown color: approx Allports. HEX triplet: 12, 77 and 88. RGB value is (18,119,136). Sum of RGB (Red+Green+Blue) = 18+119+136=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #127788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127788 is #ED8877. Grayscale: #5A5A5A. Windows color (decimal): -15566968 or 8943378. OLE color: 8943378.

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

Color convert

RGB18119136-
CMYK0.870.1200.47
HSL188.64º76.62%30.2%-
HSV(B)188.64º86.76%53.33%-
XYZ11.2915.125.61-
YUV90.74153.5476.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=6.59%
G=43.59%
B=49.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181191360.870.1200.47188.6476.6230.2
Hex12778857C02Fbd4d1e
Octal221672101271405727511536
Binary1001011101111000100010101111100010111110111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127788; }

 p { color: rgb(18,119,136); }

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

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

 a { background-color: rgb(18,119,136); }

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

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

 span { border-color: rgb(18,119,136); }

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