Html Css Color HEX #136989 Allports

📋 copy color: '#136989'

red 19 ◦ green 105 ◦ blue 137

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

Shades of Allports #136989

Tints of Allports #136989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

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

R = 7.28%
G = 40.23%
B = 52.49%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136989 (or 0x136989) is known color: Allports. HEX triplet: 13, 69 and 89. RGB value is (19,105,137). Sum of RGB (Red+Green+Blue) = 19+105+137=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #136989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136989 is #EC9676. Grayscale: #525252. Windows color (decimal): -15505015 or 9005331. OLE color: 9005331.

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

Color convert

RGB 19 105 137 -
CMYK 0.86 0.23 0 0.46
HSL 196.27º 0.76% 0.31% -
HSV(B) 196.27º 0.86% 0.54% -
XYZ 9.84 12.05 25.47 -
YUV 82.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 19 105 137 0.86 0.23 0 0.46 196.27 0.76 0.31
Hex 13 69 89 56 17 0 2E C4 4C 1F
Octal 23 151 211 126 27 0 56 304 114 37
Binary 10011 1101001 10001001 1010110 10111 0 101110 11000100 1001100 11111

Color Harmonies of #136989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136989

Black with #136989

Text Example


Text Example

White with #136989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136989; }

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

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

background-color css

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

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

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

border-color css

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

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

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