Html Css Color HEX #136376 Allports

📋 copy color: '#136376'

red 19 ◦ green 99 ◦ blue 118

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

Shades of Allports #136376

Tints of Allports #136376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50%

R = 8.05%
G = 41.95%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136376 (or 0x136376) is known color: Allports. HEX triplet: 13, 63 and 76. RGB value is (19,99,118). Sum of RGB (Red+Green+Blue) = 19+99+118=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #136376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136376 is #EC9C89. Grayscale: #4D4D4D. Windows color (decimal): -15506570 or 7758611. OLE color: 7758611.

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

Color convert

RGB 19 99 118 -
CMYK 0.84 0.16 0 0.54
HSL 191.52º 0.72% 0.27% -
HSV(B) 191.52º 0.84% 0.46% -
XYZ 8 10.37 18.72 -
YUV 77.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 19 99 118 0.84 0.16 0 0.54 191.52 0.72 0.27
Hex 13 63 76 54 10 0 36 C0 48 1B
Octal 23 143 166 124 20 0 66 300 110 33
Binary 10011 1100011 1110110 1010100 10000 0 110110 11000000 1001000 11011

Color Harmonies of #136376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136376

Black with #136376

Text Example


Text Example

White with #136376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136376; }

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

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

background-color css

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

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

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

border-color css

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

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

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