Html Css Color HEX #136587 Allports

📋 copy color: '#136587'

red 19 ◦ green 101 ◦ blue 135

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

Shades of Allports #136587

Tints of Allports #136587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 7.45%
G = 39.61%
B = 52.94%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136587 (or 0x136587) is known color: Allports. HEX triplet: 13, 65 and 87. RGB value is (19,101,135). Sum of RGB (Red+Green+Blue) = 19+101+135=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #136587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136587 is #EC9A78. Grayscale: #505050. Windows color (decimal): -15506041 or 8873235. OLE color: 8873235.

HSL color Cylindrical-coordinate representation of color #136587: hue angle of 197.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136587 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 101 135 -
CMYK 0.86 0.25 0 0.47
HSL 197.59º 0.75% 0.3% -
HSV(B) 197.59º 0.86% 0.53% -
XYZ 9.3 11.2 24.59 -
YUV 80.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 19 101 135 0.86 0.25 0 0.47 197.59 0.75 0.3
Hex 13 65 87 56 19 0 2F C6 4B 1E
Octal 23 145 207 126 31 0 57 306 113 36
Binary 10011 1100101 10000111 1010110 11001 0 101111 11000110 1001011 11110

Color Harmonies of #136587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136587

Black with #136587

Text Example


Text Example

White with #136587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136587; }

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

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

background-color css

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

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

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

border-color css

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

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

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