#126673

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

Shades of Allports #126673

Tints of Allports #126673

Color information

#126673 (or 0x126673) is unknown color: approx Allports. HEX triplet: 12, 66 and 73. RGB value is (18,102,115). Sum of RGB (Red+Green+Blue) = 18+102+115=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #126673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126673 is #ED998C. Grayscale: #4E4E4E. Windows color (decimal): -15571341 or 7562770. OLE color: 7562770.

HSL color Cylindrical-coordinate representation of color #126673: hue angle of 188.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126673 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18102115-
CMYK0.840.1100.55
HSL188.04º72.93%26.08%-
HSV(B)188.04º84.35%45.1%-
XYZ8.110.8717.89-
YUV78.37148.6784.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=7.66%
G=43.40%
B=48.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181021150.840.1100.55188.0472.9326.08
Hex12667354B037bc491a
Octal221461631241306727411132
Binary100101100110111001110101001011011011110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126673; }

 p { color: rgb(18,102,115); }

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

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

 a { background-color: rgb(18,102,115); }

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

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

 span { border-color: rgb(18,102,115); }

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