#136371

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

Shades of Allports #136371

Tints of Allports #136371

Color information

#136371 (or 0x136371) is unknown color: approx Allports. HEX triplet: 13, 63 and 71. RGB value is (19,99,113). Sum of RGB (Red+Green+Blue) = 19+99+113=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #136371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136371 is #EC9C8E. Grayscale: #4C4C4C. Windows color (decimal): -15506575 or 7430931. OLE color: 7430931.

HSL color Cylindrical-coordinate representation of color #136371: hue angle of 188.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136371 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1999113-
CMYK0.830.1200.56
HSL188.94º71.21%25.88%-
HSV(B)188.94º83.19%44.31%-
XYZ7.7110.2517.2-
YUV76.68148.586.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=8.23%
G=42.86%
B=48.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19991130.830.1200.56188.9471.2125.88
Hex13637153C038bd471a
Octal231431611231407027510732
Binary100111100011111000110100111100011100010111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136371; }

 p { color: rgb(19,99,113); }

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

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

 a { background-color: rgb(19,99,113); }

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

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

 span { border-color: rgb(19,99,113); }

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