#126884

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

Shades of Allports #126884

Tints of Allports #126884

Color information

#126884 (or 0x126884) is unknown color: approx Allports. HEX triplet: 12, 68 and 84. RGB value is (18,104,132). Sum of RGB (Red+Green+Blue) = 18+104+132=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #126884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126884 is #ED977B. Grayscale: #515151. Windows color (decimal): -15570812 or 8677394. OLE color: 8677394.

HSL color Cylindrical-coordinate representation of color #126884: hue angle of 194.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126884 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18104132-
CMYK0.860.2100.48
HSL194.74º76%29.41%-
HSV(B)194.74º86.36%51.76%-
XYZ9.3611.723.59-
YUV81.48156.5182.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=7.09%
G=40.94%
B=51.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181041320.860.2100.48194.747629.41
Hex1268845615030c34c1d
Octal221502041262506030311435
Binary10010110100010000100101011010101011000011000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126884; }

 p { color: rgb(18,104,132); }

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

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

 a { background-color: rgb(18,104,132); }

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

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

 span { border-color: rgb(18,104,132); }

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