Html Css Color HEX #137985 Allports

📋 copy color: '#137985'

red 19 ◦ green 121 ◦ blue 133

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

Shades of Allports #137985

Tints of Allports #137985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

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

R = 6.96%
G = 44.32%
B = 48.72%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137985 (or 0x137985) is known color: Allports. HEX triplet: 13, 79 and 85. RGB value is (19,121,133). Sum of RGB (Red+Green+Blue) = 19+121+133=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #137985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137985 is #EC867A. Grayscale: #5B5B5B. Windows color (decimal): -15500923 or 8747283. OLE color: 8747283.

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

Color convert

RGB 19 121 133 -
CMYK 0.86 0.09 0 0.48
HSL 186.32º 0.75% 0.3% -
HSV(B) 186.32º 0.86% 0.52% -
XYZ 11.34 15.51 24.59 -
YUV 91.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 19 121 133 0.86 0.09 0 0.48 186.32 0.75 0.3
Hex 13 79 85 56 9 0 30 BA 4B 1E
Octal 23 171 205 126 11 0 60 272 113 36
Binary 10011 1111001 10000101 1010110 1001 0 110000 10111010 1001011 11110

Color Harmonies of #137985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137985

Black with #137985

Text Example


Text Example

White with #137985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137985; }

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

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

background-color css

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

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

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

border-color css

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

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

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