Html Css Color HEX #137987 Allports

📋 copy color: '#137987'

red 19 ◦ green 121 ◦ blue 135

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

Shades of Allports #137987

Tints of Allports #137987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 6.91%
G = 44%
B = 49.09%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137987 (or 0x137987) is known color: Allports. HEX triplet: 13, 79 and 87. RGB value is (19,121,135). Sum of RGB (Red+Green+Blue) = 19+121+135=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #137987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137987 is #EC8678. Grayscale: #5B5B5B. Windows color (decimal): -15500921 or 8878355. OLE color: 8878355.

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

Color convert

RGB 19 121 135 -
CMYK 0.86 0.10 0 0.47
HSL 187.24º 0.75% 0.3% -
HSV(B) 187.24º 0.86% 0.53% -
XYZ 11.48 15.56 25.32 -
YUV 92.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 19 121 135 0.86 0.10 0 0.47 187.24 0.75 0.3
Hex 13 79 87 56 A 0 2F BB 4B 1E
Octal 23 171 207 126 12 0 57 273 113 36
Binary 10011 1111001 10000111 1010110 1010 0 101111 10111011 1001011 11110

Color Harmonies of #137987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137987

Black with #137987

Text Example


Text Example

White with #137987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137987; }

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

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

background-color css

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

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

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

border-color css

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

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

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