Html Css Color HEX #136985 Allports

📋 copy color: '#136985'

red 19 ◦ green 105 ◦ blue 133

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

Shades of Allports #136985

Tints of Allports #136985

RGB

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

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

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

R = 7.39%
G = 40.86%
B = 51.75%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136985 (or 0x136985) is known color: Allports. HEX triplet: 13, 69 and 85. RGB value is (19,105,133). Sum of RGB (Red+Green+Blue) = 19+105+133=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #136985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136985 is #EC967A. Grayscale: #525252. Windows color (decimal): -15505019 or 8743187. OLE color: 8743187.

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

Color convert

RGB 19 105 133 -
CMYK 0.86 0.21 0 0.48
HSL 194.74º 0.75% 0.3% -
HSV(B) 194.74º 0.86% 0.52% -
XYZ 9.55 11.94 23.99 -
YUV 82.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 19 105 133 0.86 0.21 0 0.48 194.74 0.75 0.3
Hex 13 69 85 56 15 0 30 C3 4B 1E
Octal 23 151 205 126 25 0 60 303 113 36
Binary 10011 1101001 10000101 1010110 10101 0 110000 11000011 1001011 11110

Color Harmonies of #136985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136985

Black with #136985

Text Example


Text Example

White with #136985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136985; }

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

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

background-color css

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

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

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

border-color css

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

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

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