#125E78

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

Shades of Allports #125E78

Tints of Allports #125E78

Color information

#125E78 (or 0x125E78) is unknown color: approx Allports. HEX triplet: 12, 5E and 78. RGB value is (18,94,120). Sum of RGB (Red+Green+Blue) = 18+94+120=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #125E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E78 is #EDA187. Grayscale: #4A4A4A. Windows color (decimal): -15573384 or 7888402. OLE color: 7888402.

HSL color Cylindrical-coordinate representation of color #125E78: hue angle of 195.29º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125E78 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1894120-
CMYK0.850.2200.53
HSL195.29º73.91%27.06%-
HSV(B)195.29º85%47.06%-
XYZ7.649.4919.2-
YUV74.24153.8287.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=7.76%
G=40.52%
B=51.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18941200.850.2200.53195.2973.9127.06
Hex125E785516035c34a1b
Octal221361701252606530311233
Binary1001010111101111000101010110110011010111000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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