#125D7D

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

Shades of Allports #125D7D

Tints of Allports #125D7D

Color information

#125D7D (or 0x125D7D) is unknown color: approx Allports. HEX triplet: 12, 5D and 7D. RGB value is (18,93,125). Sum of RGB (Red+Green+Blue) = 18+93+125=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #125D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D7D is #EDA282. Grayscale: #4A4A4A. Windows color (decimal): -15573635 or 8215826. OLE color: 8215826.

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

Color convert

RGB1893125-
CMYK0.860.2600.51
HSL197.94º74.83%28.04%-
HSV(B)197.94º85.6%49.02%-
XYZ7.879.4420.81-
YUV74.22156.6587.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=7.63%
G=39.41%
B=52.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18931250.860.2600.51197.9474.8328.04
Hex125D7D561A033c64b1c
Octal221351751263206330611334
Binary1001010111011111101101011011010011001111000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,125); }

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

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

 a { background-color: rgb(18,93,125); }

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

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

 span { border-color: rgb(18,93,125); }

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