Html Css Color HEX #136486 Allports

📋 copy color: '#136486'

red 19 ◦ green 100 ◦ blue 134

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

Shades of Allports #136486

Tints of Allports #136486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 7.51%
G = 39.53%
B = 52.96%

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

#136486 (or 0x136486) is known color: Allports. HEX triplet: 13, 64 and 86. RGB value is (19,100,134). Sum of RGB (Red+Green+Blue) = 19+100+134=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #136486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136486 is #EC9B79. Grayscale: #4F4F4F. Windows color (decimal): -15506298 or 8807443. OLE color: 8807443.

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

Color convert

RGB 19 100 134 -
CMYK 0.86 0.25 0 0.47
HSL 197.74º 0.75% 0.3% -
HSV(B) 197.74º 0.86% 0.53% -
XYZ 9.13 10.97 24.19 -
YUV 79.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 19 100 134 0.86 0.25 0 0.47 197.74 0.75 0.3
Hex 13 64 86 56 19 0 2F C6 4B 1E
Octal 23 144 206 126 31 0 57 306 113 36
Binary 10011 1100100 10000110 1010110 11001 0 101111 11000110 1001011 11110

Color Harmonies of #136486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136486

Black with #136486

Text Example


Text Example

White with #136486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136486; }

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

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

background-color css

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

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

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

border-color css

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

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

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