Html Css Color HEX #136084 Allports

📋 copy color: '#136084'

red 19 ◦ green 96 ◦ blue 132

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

Shades of Allports #136084

Tints of Allports #136084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 7.69%
G = 38.87%
B = 53.44%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136084 (or 0x136084) is known color: Allports. HEX triplet: 13, 60 and 84. RGB value is (19,96,132). Sum of RGB (Red+Green+Blue) = 19+96+132=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #136084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136084 is #EC9F7B. Grayscale: #4C4C4C. Windows color (decimal): -15507324 or 8675347. OLE color: 8675347.

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

Color convert

RGB 19 96 132 -
CMYK 0.86 0.27 0 0.48
HSL 199.12º 0.75% 0.3% -
HSV(B) 199.12º 0.86% 0.52% -
XYZ 8.62 10.17 23.34 -
YUV 77.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 19 96 132 0.86 0.27 0 0.48 199.12 0.75 0.3
Hex 13 60 84 56 1B 0 30 C7 4B 1E
Octal 23 140 204 126 33 0 60 307 113 36
Binary 10011 1100000 10000100 1010110 11011 0 110000 11000111 1001011 11110

Color Harmonies of #136084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136084

Black with #136084

Text Example


Text Example

White with #136084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136084; }

 p { color: rgb(19,96,132); }

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

background-color css

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

 a { background-color: rgb(19,96,132); }

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

border-color css

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

 span { border-color: rgb(19,96,132); }

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