#126885

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

Shades of Allports #126885

Tints of Allports #126885

Color information

#126885 (or 0x126885) is unknown color: approx Allports. HEX triplet: 12, 68 and 85. RGB value is (18,104,133). Sum of RGB (Red+Green+Blue) = 18+104+133=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #126885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126885 is #ED977A. Grayscale: #515151. Windows color (decimal): -15570811 or 8742930. OLE color: 8742930.

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

Color convert

RGB18104133-
CMYK0.860.2200.48
HSL195.13º76.16%29.61%-
HSV(B)195.13º86.47%52.16%-
XYZ9.4311.7223.96-
YUV81.59157.0182.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=7.06%
G=40.78%
B=52.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181041330.860.2200.48195.1376.1629.61
Hex1268855616030c34c1e
Octal221502051262606030311436
Binary10010110100010000101101011010110011000011000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126885; }

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

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

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

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

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

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

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

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