Html Css Color HEX #136689 Allports

📋 copy color: '#136689'

red 19 ◦ green 102 ◦ blue 137

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

Shades of Allports #136689

Tints of Allports #136689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

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

R = 7.36%
G = 39.53%
B = 53.1%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136689 (or 0x136689) is known color: Allports. HEX triplet: 13, 66 and 89. RGB value is (19,102,137). Sum of RGB (Red+Green+Blue) = 19+102+137=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #136689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136689 is #EC9976. Grayscale: #505050. Windows color (decimal): -15505783 or 9004563. OLE color: 9004563.

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

Color convert

RGB 19 102 137 -
CMYK 0.86 0.26 0 0.46
HSL 197.8º 0.76% 0.31% -
HSV(B) 197.8º 0.86% 0.54% -
XYZ 9.54 11.45 25.37 -
YUV 81.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 19 102 137 0.86 0.26 0 0.46 197.8 0.76 0.31
Hex 13 66 89 56 1A 0 2E C6 4C 1F
Octal 23 146 211 126 32 0 56 306 114 37
Binary 10011 1100110 10001001 1010110 11010 0 101110 11000110 1001100 11111

Color Harmonies of #136689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136689

Black with #136689

Text Example


Text Example

White with #136689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136689; }

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

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

background-color css

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

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

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

border-color css

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

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

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