Html Css Color HEX #136182 Allports

📋 copy color: '#136182'

red 19 ◦ green 97 ◦ blue 130

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

Shades of Allports #136182

Tints of Allports #136182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 7.72%
G = 39.43%
B = 52.85%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136182 (or 0x136182) is known color: Allports. HEX triplet: 13, 61 and 82. RGB value is (19,97,130). Sum of RGB (Red+Green+Blue) = 19+97+130=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #136182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136182 is #EC9E7D. Grayscale: #4D4D4D. Windows color (decimal): -15507070 or 8544531. OLE color: 8544531.

HSL color Cylindrical-coordinate representation of color #136182: hue angle of 197.84º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136182 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 97 130 -
CMYK 0.85 0.25 0 0.49
HSL 197.84º 0.74% 0.29% -
HSV(B) 197.84º 0.85% 0.51% -
XYZ 8.57 10.3 22.66 -
YUV 77.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 19 97 130 0.85 0.25 0 0.49 197.84 0.74 0.29
Hex 13 61 82 55 19 0 31 C6 4A 1D
Octal 23 141 202 125 31 0 61 306 112 35
Binary 10011 1100001 10000010 1010101 11001 0 110001 11000110 1001010 11101

Color Harmonies of #136182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136182

Black with #136182

Text Example


Text Example

White with #136182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136182; }

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

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

background-color css

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

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

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

border-color css

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

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

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