Html Css Color HEX #136172 Allports

📋 copy color: '#136172'

red 19 ◦ green 97 ◦ blue 114

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

Shades of Allports #136172

Tints of Allports #136172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.17%

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 8.26%
G = 42.17%
B = 49.57%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136172 (or 0x136172) is known color: Allports. HEX triplet: 13, 61 and 72. RGB value is (19,97,114). Sum of RGB (Red+Green+Blue) = 19+97+114=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #136172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136172 is #EC9E8D. Grayscale: #4B4B4B. Windows color (decimal): -15507086 or 7495955. OLE color: 7495955.

HSL color Cylindrical-coordinate representation of color #136172: hue angle of 190.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136172 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 97 114 -
CMYK 0.83 0.15 0 0.55
HSL 190.74º 0.71% 0.26% -
HSV(B) 190.74º 0.83% 0.45% -
XYZ 7.58 9.9 17.43 -
YUV 75.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 19 97 114 0.83 0.15 0 0.55 190.74 0.71 0.26
Hex 13 61 72 53 F 0 37 BF 47 1A
Octal 23 141 162 123 17 0 67 277 107 32
Binary 10011 1100001 1110010 1010011 1111 0 110111 10111111 1000111 11010

Color Harmonies of #136172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136172

Black with #136172

Text Example


Text Example

White with #136172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136172; }

 p { color: rgb(19,97,114); }

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

background-color css

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

 a { background-color: rgb(19,97,114); }

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

border-color css

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

 span { border-color: rgb(19,97,114); }

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