Html Css Color HEX #136982 Allports

📋 copy color: '#136982'

red 19 ◦ green 105 ◦ blue 130

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

Shades of Allports #136982

Tints of Allports #136982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

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

R = 7.48%
G = 41.34%
B = 51.18%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136982 (or 0x136982) is known color: Allports. HEX triplet: 13, 69 and 82. RGB value is (19,105,130). Sum of RGB (Red+Green+Blue) = 19+105+130=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #136982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136982 is #EC967D. Grayscale: #515151. Windows color (decimal): -15505022 or 8546579. OLE color: 8546579.

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

Color convert

RGB 19 105 130 -
CMYK 0.85 0.19 0 0.49
HSL 193.51º 0.74% 0.29% -
HSV(B) 193.51º 0.85% 0.51% -
XYZ 9.35 11.85 22.91 -
YUV 82.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 19 105 130 0.85 0.19 0 0.49 193.51 0.74 0.29
Hex 13 69 82 55 13 0 31 C2 4A 1D
Octal 23 151 202 125 23 0 61 302 112 35
Binary 10011 1101001 10000010 1010101 10011 0 110001 11000010 1001010 11101

Color Harmonies of #136982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136982

Black with #136982

Text Example


Text Example

White with #136982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136982; }

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

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

background-color css

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

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

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

border-color css

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

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

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