Html Css Color HEX #136782 Allports

📋 copy color: '#136782'

red 19 ◦ green 103 ◦ blue 130

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

Shades of Allports #136782

Tints of Allports #136782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 7.54%
G = 40.87%
B = 51.59%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136782 (or 0x136782) is known color: Allports. HEX triplet: 13, 67 and 82. RGB value is (19,103,130). Sum of RGB (Red+Green+Blue) = 19+103+130=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #136782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136782 is #EC987D. Grayscale: #505050. Windows color (decimal): -15505534 or 8546067. OLE color: 8546067.

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

Color convert

RGB 19 103 130 -
CMYK 0.85 0.21 0 0.49
HSL 194.59º 0.74% 0.29% -
HSV(B) 194.59º 0.85% 0.51% -
XYZ 9.15 11.45 22.85 -
YUV 80.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 19 103 130 0.85 0.21 0 0.49 194.59 0.74 0.29
Hex 13 67 82 55 15 0 31 C3 4A 1D
Octal 23 147 202 125 25 0 61 303 112 35
Binary 10011 1100111 10000010 1010101 10101 0 110001 11000011 1001010 11101

Color Harmonies of #136782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136782

Black with #136782

Text Example


Text Example

White with #136782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136782; }

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

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

background-color css

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

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

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

border-color css

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

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

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