Html Css Color HEX #136184 Allports

📋 copy color: '#136184'

red 19 ◦ green 97 ◦ blue 132

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

Shades of Allports #136184

Tints of Allports #136184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

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

R = 7.66%
G = 39.11%
B = 53.23%

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

#136184 (or 0x136184) is known color: Allports. HEX triplet: 13, 61 and 84. RGB value is (19,97,132). Sum of RGB (Red+Green+Blue) = 19+97+132=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #136184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136184 is #EC9E7B. Grayscale: #4D4D4D. Windows color (decimal): -15507068 or 8675603. OLE color: 8675603.

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

Color convert

RGB 19 97 132 -
CMYK 0.86 0.27 0 0.48
HSL 198.58º 0.75% 0.3% -
HSV(B) 198.58º 0.86% 0.52% -
XYZ 8.71 10.35 23.37 -
YUV 77.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 19 97 132 0.86 0.27 0 0.48 198.58 0.75 0.3
Hex 13 61 84 56 1B 0 30 C7 4B 1E
Octal 23 141 204 126 33 0 60 307 113 36
Binary 10011 1100001 10000100 1010110 11011 0 110000 11000111 1001011 11110

Color Harmonies of #136184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136184

Black with #136184

Text Example


Text Example

White with #136184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136184; }

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

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

background-color css

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

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

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

border-color css

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

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

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