Html Css Color HEX #136477 Allports

📋 copy color: '#136477'

red 19 ◦ green 100 ◦ blue 119

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

Shades of Allports #136477

Tints of Allports #136477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

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

R = 7.98%
G = 42.02%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136477 (or 0x136477) is known color: Allports. HEX triplet: 13, 64 and 77. RGB value is (19,100,119). Sum of RGB (Red+Green+Blue) = 19+100+119=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #136477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136477 is #EC9B88. Grayscale: #4D4D4D. Windows color (decimal): -15506313 or 7824403. OLE color: 7824403.

HSL color Cylindrical-coordinate representation of color #136477: hue angle of 191.4º 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 #136477 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 100 119 -
CMYK 0.84 0.16 0 0.53
HSL 191.4º 0.72% 0.27% -
HSV(B) 191.4º 0.84% 0.47% -
XYZ 8.16 10.58 19.07 -
YUV 77.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 19 100 119 0.84 0.16 0 0.53 191.4 0.72 0.27
Hex 13 64 77 54 10 0 35 BF 48 1B
Octal 23 144 167 124 20 0 65 277 110 33
Binary 10011 1100100 1110111 1010100 10000 0 110101 10111111 1001000 11011

Color Harmonies of #136477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136477

Black with #136477

Text Example


Text Example

White with #136477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136477; }

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

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

background-color css

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

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

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

border-color css

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

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

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