#126795

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

Shades of Allports #126795

Tints of Allports #126795

Color information

#126795 (or 0x126795) is unknown color: approx Allports. HEX triplet: 12, 67 and 95. RGB value is (18,103,149). Sum of RGB (Red+Green+Blue) = 18+103+149=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #126795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126795 is #ED986A. Grayscale: #525252. Windows color (decimal): -15571051 or 9791250. OLE color: 9791250.

HSL color Cylindrical-coordinate representation of color #126795: hue angle of 201.07º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126795 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18103149-
CMYK0.880.3100.42
HSL201.07º78.44%32.75%-
HSV(B)201.07º87.92%58.43%-
XYZ10.521230.2-
YUV82.83165.3481.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=6.67%
G=38.15%
B=55.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181031490.880.3100.42201.0778.4432.75
Hex126795581F02Ac94e21
Octal221472251303705231111641
Binary100101100111100101011011000111110101010110010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126795; }

 p { color: rgb(18,103,149); }

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

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

 a { background-color: rgb(18,103,149); }

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

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

 span { border-color: rgb(18,103,149); }

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