#125F80

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

Shades of Allports #125F80

Tints of Allports #125F80

Color information

#125F80 (or 0x125F80) is unknown color: approx Allports. HEX triplet: 12, 5F and 80. RGB value is (18,95,128). Sum of RGB (Red+Green+Blue) = 18+95+128=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #125F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125F80 is #EDA07F. Grayscale: #4B4B4B. Windows color (decimal): -15573120 or 8412946. OLE color: 8412946.

HSL color Cylindrical-coordinate representation of color #125F80: hue angle of 198º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125F80 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1895128-
CMYK0.860.2600.50
HSL198º75.34%28.63%-
HSV(B)198º85.94%50.2%-
XYZ8.249.8721.89-
YUV75.74157.4986.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=7.47%
G=39.42%
B=53.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18951280.860.2600.5019875.3428.63
Hex125F80561A032c64b1d
Octal221372001263206230611335
Binary10010101111110000000101011011010011001011000110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F80; }

 p { color: rgb(18,95,128); }

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

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

 a { background-color: rgb(18,95,128); }

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

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

 span { border-color: rgb(18,95,128); }

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