Html Css Color HEX #136579 Allports

📋 copy color: '#136579'

red 19 ◦ green 101 ◦ blue 121

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

Shades of Allports #136579

Tints of Allports #136579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 7.88%
G = 41.91%
B = 50.21%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136579 (or 0x136579) is known color: Allports. HEX triplet: 13, 65 and 79. RGB value is (19,101,121). Sum of RGB (Red+Green+Blue) = 19+101+121=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #136579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136579 is #EC9A86. Grayscale: #4E4E4E. Windows color (decimal): -15506055 or 7955731. OLE color: 7955731.

HSL color Cylindrical-coordinate representation of color #136579: hue angle of 191.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136579 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 101 121 -
CMYK 0.84 0.17 0 0.53
HSL 191.76º 0.73% 0.27% -
HSV(B) 191.76º 0.84% 0.47% -
XYZ 8.37 10.83 19.74 -
YUV 78.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 19 101 121 0.84 0.17 0 0.53 191.76 0.73 0.27
Hex 13 65 79 54 11 0 35 C0 49 1B
Octal 23 145 171 124 21 0 65 300 111 33
Binary 10011 1100101 1111001 1010100 10001 0 110101 11000000 1001001 11011

Color Harmonies of #136579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136579

Black with #136579

Text Example


Text Example

White with #136579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136579; }

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

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

background-color css

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

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

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

border-color css

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

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

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