#13617E

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

Shades of Allports #13617E

Tints of Allports #13617E

Color information

#13617E (or 0x13617E) is unknown color: approx Allports. HEX triplet: 13, 61 and 7E. RGB value is (19,97,126). Sum of RGB (Red+Green+Blue) = 19+97+126=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #13617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13617E is #EC9E81. Grayscale: #4C4C4C. Windows color (decimal): -15507074 or 8282387. OLE color: 8282387.

HSL color Cylindrical-coordinate representation of color #13617E: hue angle of 196.26º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13617E is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1997126-
CMYK0.850.2300.51
HSL196.26º73.79%28.43%-
HSV(B)196.26º84.92%49.41%-
XYZ8.3110.1921.27-
YUV76.98155.6686.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 126 (49.61% from 255) = 52.07%
R=7.85%
G=40.08%
B=52.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19971260.850.2300.51196.2673.7928.43
Hex13617E5517033c44a1c
Octal231411761252706330411234
Binary1001111000011111110101010110111011001111000100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13617E; }

 p { color: rgb(19,97,126); }

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

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

 a { background-color: rgb(19,97,126); }

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

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

 span { border-color: rgb(19,97,126); }

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