#126078

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

Shades of Allports #126078

Tints of Allports #126078

Color information

#126078 (or 0x126078) is unknown color: approx Allports. HEX triplet: 12, 60 and 78. RGB value is (18,96,120). Sum of RGB (Red+Green+Blue) = 18+96+120=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #126078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126078 is #ED9F87. Grayscale: #4B4B4B. Windows color (decimal): -15572872 or 7888914. OLE color: 7888914.

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

Color convert

RGB1896120-
CMYK0.850.200.53
HSL194.12º73.91%27.06%-
HSV(B)194.12º85%47.06%-
XYZ7.829.8519.26-
YUV75.41153.1687.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=7.69%
G=41.03%
B=51.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18961200.850.200.53194.1273.9127.06
Hex1260785514035c24a1b
Octal221401701252406530211233
Binary1001011000001111000101010110100011010111000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126078; }

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

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

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

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

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

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

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

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