Html Css Color HEX #136082 Allports

📋 copy color: '#136082'

red 19 ◦ green 96 ◦ blue 130

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

Shades of Allports #136082

Tints of Allports #136082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 7.76%
G = 39.18%
B = 53.06%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136082 (or 0x136082) is known color: Allports. HEX triplet: 13, 60 and 82. RGB value is (19,96,130). Sum of RGB (Red+Green+Blue) = 19+96+130=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #136082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136082 is #EC9F7D. Grayscale: #4C4C4C. Windows color (decimal): -15507326 or 8544275. OLE color: 8544275.

HSL color Cylindrical-coordinate representation of color #136082: hue angle of 198.38º 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 #136082 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 96 130 -
CMYK 0.85 0.26 0 0.49
HSL 198.38º 0.74% 0.29% -
HSV(B) 198.38º 0.85% 0.51% -
XYZ 8.48 10.12 22.62 -
YUV 76.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 19 96 130 0.85 0.26 0 0.49 198.38 0.74 0.29
Hex 13 60 82 55 1A 0 31 C6 4A 1D
Octal 23 140 202 125 32 0 61 306 112 35
Binary 10011 1100000 10000010 1010101 11010 0 110001 11000110 1001010 11101

Color Harmonies of #136082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136082

Black with #136082

Text Example


Text Example

White with #136082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136082; }

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

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

background-color css

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

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

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

border-color css

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

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

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