Html Css Color HEX #136677 Allports

📋 copy color: '#136677'

red 19 ◦ green 102 ◦ blue 119

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

Shades of Allports #136677

Tints of Allports #136677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 7.92%
G = 42.5%
B = 49.58%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136677 (or 0x136677) is known color: Allports. HEX triplet: 13, 66 and 77. RGB value is (19,102,119). Sum of RGB (Red+Green+Blue) = 19+102+119=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #136677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136677 is #EC9988. Grayscale: #4E4E4E. Windows color (decimal): -15505801 or 7824915. OLE color: 7824915.

HSL color Cylindrical-coordinate representation of color #136677: hue angle of 190.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136677 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 102 119 -
CMYK 0.84 0.14 0 0.53
HSL 190.2º 0.72% 0.27% -
HSV(B) 190.2º 0.84% 0.47% -
XYZ 8.35 10.97 19.13 -
YUV 79.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 19 102 119 0.84 0.14 0 0.53 190.2 0.72 0.27
Hex 13 66 77 54 E 0 35 BE 48 1B
Octal 23 146 167 124 16 0 65 276 110 33
Binary 10011 1100110 1110111 1010100 1110 0 110101 10111110 1001000 11011

Color Harmonies of #136677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136677

Black with #136677

Text Example


Text Example

White with #136677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136677; }

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

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

background-color css

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

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

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

border-color css

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

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

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