Html Css Color HEX #136389 Allports

📋 copy color: '#136389'

red 19 ◦ green 99 ◦ blue 137

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

Shades of Allports #136389

Tints of Allports #136389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 7.45%
G = 38.82%
B = 53.73%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136389 (or 0x136389) is known color: Allports. HEX triplet: 13, 63 and 89. RGB value is (19,99,137). Sum of RGB (Red+Green+Blue) = 19+99+137=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #136389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136389 is #EC9C76. Grayscale: #4F4F4F. Windows color (decimal): -15506551 or 9003795. OLE color: 9003795.

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

Color convert

RGB 19 99 137 -
CMYK 0.86 0.28 0 0.46
HSL 199.32º 0.76% 0.31% -
HSV(B) 199.32º 0.86% 0.54% -
XYZ 9.25 10.87 25.28 -
YUV 79.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 19 99 137 0.86 0.28 0 0.46 199.32 0.76 0.31
Hex 13 63 89 56 1C 0 2E C7 4C 1F
Octal 23 143 211 126 34 0 56 307 114 37
Binary 10011 1100011 10001001 1010110 11100 0 101110 11000111 1001100 11111

Color Harmonies of #136389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136389

Black with #136389

Text Example


Text Example

White with #136389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136389; }

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

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

background-color css

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

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

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

border-color css

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

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

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