Html Css Color HEX #136371 Allports

📋 copy color: '#136371'

red 19 ◦ green 99 ◦ blue 113

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

Shades of Allports #136371

Tints of Allports #136371

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 value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#136371 (or 0x136371) is known color: 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

RGB 19 99 113 -
CMYK 0.83 0.12 0 0.56
HSL 188.94º 0.71% 0.26% -
HSV(B) 188.94º 0.83% 0.44% -
XYZ 7.71 10.25 17.2 -
YUV 76.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 19 99 113 0.83 0.12 0 0.56 188.94 0.71 0.26
Hex 13 63 71 53 C 0 38 BD 47 1A
Octal 23 143 161 123 14 0 70 275 107 32
Binary 10011 1100011 1110001 1010011 1100 0 111000 10111101 1000111 11010

Color Harmonies of #136371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136371

Black with #136371

Text Example


Text Example

White with #136371

Text Example


Text Example

HTML Codes & Css Web 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>