Html Css Color HEX #137085 Allports

📋 copy color: '#137085'

red 19 ◦ green 112 ◦ blue 133

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

Shades of Allports #137085

Tints of Allports #137085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 7.2%
G = 42.42%
B = 50.38%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137085 (or 0x137085) is known color: Allports. HEX triplet: 13, 70 and 85. RGB value is (19,112,133). Sum of RGB (Red+Green+Blue) = 19+112+133=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #137085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137085 is #EC8F7A. Grayscale: #565656. Windows color (decimal): -15503227 or 8744979. OLE color: 8744979.

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

Color convert

RGB 19 112 133 -
CMYK 0.86 0.16 0 0.48
HSL 191.05º 0.75% 0.3% -
HSV(B) 191.05º 0.86% 0.52% -
XYZ 10.3 13.42 24.24 -
YUV 86.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 19 112 133 0.86 0.16 0 0.48 191.05 0.75 0.3
Hex 13 70 85 56 10 0 30 BF 4B 1E
Octal 23 160 205 126 20 0 60 277 113 36
Binary 10011 1110000 10000101 1010110 10000 0 110000 10111111 1001011 11110

Color Harmonies of #137085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137085

Black with #137085

Text Example


Text Example

White with #137085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137085; }

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

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

background-color css

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

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

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

border-color css

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

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

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