Html Css Color HEX #136375 Allports

📋 copy color: '#136375'

red 19 ◦ green 99 ◦ blue 117

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

Shades of Allports #136375

Tints of Allports #136375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 8.09%
G = 42.13%
B = 49.79%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136375 (or 0x136375) is known color: Allports. HEX triplet: 13, 63 and 75. RGB value is (19,99,117). Sum of RGB (Red+Green+Blue) = 19+99+117=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #136375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136375 is #EC9C8A. Grayscale: #4C4C4C. Windows color (decimal): -15506571 or 7693075. OLE color: 7693075.

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

Color convert

RGB 19 99 117 -
CMYK 0.84 0.15 0 0.54
HSL 191.02º 0.72% 0.27% -
HSV(B) 191.02º 0.84% 0.46% -
XYZ 7.94 10.35 18.41 -
YUV 77.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 19 99 117 0.84 0.15 0 0.54 191.02 0.72 0.27
Hex 13 63 75 54 F 0 36 BF 48 1B
Octal 23 143 165 124 17 0 66 277 110 33
Binary 10011 1100011 1110101 1010100 1111 0 110110 10111111 1001000 11011

Color Harmonies of #136375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136375

Black with #136375

Text Example


Text Example

White with #136375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136375; }

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

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

background-color css

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

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

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

border-color css

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

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

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