Html Css Color HEX #136185 Allports

📋 copy color: '#136185'

red 19 ◦ green 97 ◦ blue 133

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

Shades of Allports #136185

Tints of Allports #136185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 7.63%
G = 38.96%
B = 53.41%

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

#136185 (or 0x136185) is known color: Allports. HEX triplet: 13, 61 and 85. RGB value is (19,97,133). Sum of RGB (Red+Green+Blue) = 19+97+133=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #136185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136185 is #EC9E7A. Grayscale: #4D4D4D. Windows color (decimal): -15507067 or 8741139. OLE color: 8741139.

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

Color convert

RGB 19 97 133 -
CMYK 0.86 0.27 0 0.48
HSL 198.95º 0.75% 0.3% -
HSV(B) 198.95º 0.86% 0.52% -
XYZ 8.78 10.38 23.73 -
YUV 77.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 19 97 133 0.86 0.27 0 0.48 198.95 0.75 0.3
Hex 13 61 85 56 1B 0 30 C7 4B 1E
Octal 23 141 205 126 33 0 60 307 113 36
Binary 10011 1100001 10000101 1010110 11011 0 110000 11000111 1001011 11110

Color Harmonies of #136185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136185

Black with #136185

Text Example


Text Example

White with #136185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136185; }

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

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

background-color css

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

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

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

border-color css

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

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

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