Html Css Color HEX #136586 Allports

📋 copy color: '#136586'

red 19 ◦ green 101 ◦ blue 134

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

Shades of Allports #136586

Tints of Allports #136586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 7.48%
G = 39.76%
B = 52.76%

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

#136586 (or 0x136586) is known color: Allports. HEX triplet: 13, 65 and 86. RGB value is (19,101,134). Sum of RGB (Red+Green+Blue) = 19+101+134=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #136586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136586 is #EC9A79. Grayscale: #505050. Windows color (decimal): -15506042 or 8807699. OLE color: 8807699.

HSL color Cylindrical-coordinate representation of color #136586: hue angle of 197.22º 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 #136586 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 101 134 -
CMYK 0.86 0.25 0 0.47
HSL 197.22º 0.75% 0.3% -
HSV(B) 197.22º 0.86% 0.53% -
XYZ 9.23 11.17 24.22 -
YUV 80.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 19 101 134 0.86 0.25 0 0.47 197.22 0.75 0.3
Hex 13 65 86 56 19 0 2F C5 4B 1E
Octal 23 145 206 126 31 0 57 305 113 36
Binary 10011 1100101 10000110 1010110 11001 0 101111 11000101 1001011 11110

Color Harmonies of #136586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136586

Black with #136586

Text Example


Text Example

White with #136586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136586; }

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

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

background-color css

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

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

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

border-color css

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

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

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