Html Css Color HEX #136189 Allports

📋 copy color: '#136189'

red 19 ◦ green 97 ◦ blue 137

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

Shades of Allports #136189

Tints of Allports #136189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 7.51%
G = 38.34%
B = 54.15%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136189 (or 0x136189) is known color: Allports. HEX triplet: 13, 61 and 89. RGB value is (19,97,137). Sum of RGB (Red+Green+Blue) = 19+97+137=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #136189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136189 is #EC9E76. Grayscale: #4E4E4E. Windows color (decimal): -15507063 or 9003283. OLE color: 9003283.

HSL color Cylindrical-coordinate representation of color #136189: hue angle of 200.34º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136189 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 97 137 -
CMYK 0.86 0.29 0 0.46
HSL 200.34º 0.76% 0.31% -
HSV(B) 200.34º 0.86% 0.54% -
XYZ 9.06 10.49 25.22 -
YUV 78.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 19 97 137 0.86 0.29 0 0.46 200.34 0.76 0.31
Hex 13 61 89 56 1D 0 2E C8 4C 1F
Octal 23 141 211 126 35 0 56 310 114 37
Binary 10011 1100001 10001001 1010110 11101 0 101110 11001000 1001100 11111

Color Harmonies of #136189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136189

Black with #136189

Text Example


Text Example

White with #136189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136189; }

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

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

background-color css

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

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

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

border-color css

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

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

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