#126578

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

Shades of Allports #126578

Tints of Allports #126578

Color information

#126578 (or 0x126578) is unknown color: approx Allports. HEX triplet: 12, 65 and 78. RGB value is (18,101,120). Sum of RGB (Red+Green+Blue) = 18+101+120=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #126578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126578 is #ED9A87. Grayscale: #4E4E4E. Windows color (decimal): -15571592 or 7890194. OLE color: 7890194.

HSL color Cylindrical-coordinate representation of color #126578: hue angle of 191.18º 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 #126578 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB18101120-
CMYK0.850.1600.53
HSL191.18º73.91%27.06%-
HSV(B)191.18º85%47.06%-
XYZ8.2910.7919.42-
YUV78.35151.584.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=7.53%
G=42.26%
B=50.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181011200.850.1600.53191.1873.9127.06
Hex1265785510035bf4a1b
Octal221451701252006527711233
Binary1001011001011111000101010110000011010110111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126578; }

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

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

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

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

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

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

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

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