Html Css Color HEX #136377 Allports

📋 copy color: '#136377'

red 19 ◦ green 99 ◦ blue 119

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

Shades of Allports #136377

Tints of Allports #136377

RGB

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

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

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

R = 8.02%
G = 41.77%
B = 50.21%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136377 (or 0x136377) is known color: Allports. HEX triplet: 13, 63 and 77. RGB value is (19,99,119). Sum of RGB (Red+Green+Blue) = 19+99+119=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #136377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136377 is #EC9C88. Grayscale: #4D4D4D. Windows color (decimal): -15506569 or 7824147. OLE color: 7824147.

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

Color convert

RGB 19 99 119 -
CMYK 0.84 0.17 0 0.53
HSL 192º 0.72% 0.27% -
HSV(B) 192º 0.84% 0.47% -
XYZ 8.06 10.39 19.03 -
YUV 77.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 19 99 119 0.84 0.17 0 0.53 192 0.72 0.27
Hex 13 63 77 54 11 0 35 C0 48 1B
Octal 23 143 167 124 21 0 65 300 110 33
Binary 10011 1100011 1110111 1010100 10001 0 110101 11000000 1001000 11011

Color Harmonies of #136377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136377

Black with #136377

Text Example


Text Example

White with #136377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136377; }

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

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

background-color css

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

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

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

border-color css

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

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

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