Html Css Color HEX #136571 Allports

📋 copy color: '#136571'

red 19 ◦ green 101 ◦ blue 113

#136571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #136571

Tints of Allports #136571

RGB

 RED value IS 19 (7.81% from 255) = 8.15%

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 8.15%
G = 43.35%
B = 48.5%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136571 (or 0x136571) is known color: Allports. HEX triplet: 13, 65 and 71. RGB value is (19,101,113). Sum of RGB (Red+Green+Blue) = 19+101+113=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #136571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136571 is #EC9A8E. Grayscale: #4D4D4D. Windows color (decimal): -15506063 or 7431443. OLE color: 7431443.

HSL color Cylindrical-coordinate representation of color #136571: hue angle of 187.66º 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 #136571 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 101 113 -
CMYK 0.83 0.11 0 0.56
HSL 187.66º 0.71% 0.26% -
HSV(B) 187.66º 0.83% 0.44% -
XYZ 7.9 10.64 17.26 -
YUV 77.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 19 101 113 0.83 0.11 0 0.56 187.66 0.71 0.26
Hex 13 65 71 53 B 0 38 BC 47 1A
Octal 23 145 161 123 13 0 70 274 107 32
Binary 10011 1100101 1110001 1010011 1011 0 111000 10111100 1000111 11010

Color Harmonies of #136571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136571

Black with #136571

Text Example


Text Example

White with #136571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136571; }

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

 H1.HeaderClassName
 {
   color: #136571;
 }
 .AnyTagClassName
 {
   color: #136571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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