#136793

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

Shades of Allports #136793

Tints of Allports #136793

Color information

#136793 (or 0x136793) is unknown color: approx Allports. HEX triplet: 13, 67 and 93. RGB value is (19,103,147). Sum of RGB (Red+Green+Blue) = 19+103+147=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #136793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136793 is #EC986C. Grayscale: #525252. Windows color (decimal): -15505517 or 9660179. OLE color: 9660179.

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

Color convert

RGB19103147-
CMYK0.870.3000.42
HSL200.62º77.11%32.55%-
HSV(B)200.62º87.07%57.65%-
XYZ10.3911.9529.36-
YUV82.9164.1782.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=7.06%
G=38.29%
B=54.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191031470.870.3000.42200.6277.1132.55
Hex136793571E02Ac94d21
Octal231472231273605231111541
Binary100111100111100100111010111111100101010110010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136793; }

 p { color: rgb(19,103,147); }

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

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

 a { background-color: rgb(19,103,147); }

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

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

 span { border-color: rgb(19,103,147); }

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