Html Css Color HEX #136785 Allports

📋 copy color: '#136785'

red 19 ◦ green 103 ◦ blue 133

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

Shades of Allports #136785

Tints of Allports #136785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 7.45%
G = 40.39%
B = 52.16%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136785 (or 0x136785) is known color: Allports. HEX triplet: 13, 67 and 85. RGB value is (19,103,133). Sum of RGB (Red+Green+Blue) = 19+103+133=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #136785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136785 is #EC987A. Grayscale: #515151. Windows color (decimal): -15505531 or 8742675. OLE color: 8742675.

HSL color Cylindrical-coordinate representation of color #136785: hue angle of 195.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136785 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 103 133 -
CMYK 0.86 0.23 0 0.48
HSL 195.79º 0.75% 0.3% -
HSV(B) 195.79º 0.86% 0.52% -
XYZ 9.35 11.53 23.92 -
YUV 81.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 19 103 133 0.86 0.23 0 0.48 195.79 0.75 0.3
Hex 13 67 85 56 17 0 30 C4 4B 1E
Octal 23 147 205 126 27 0 60 304 113 36
Binary 10011 1100111 10000101 1010110 10111 0 110000 11000100 1001011 11110

Color Harmonies of #136785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136785

Black with #136785

Text Example


Text Example

White with #136785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136785; }

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

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

background-color css

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

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

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

border-color css

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

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

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