Html Css Color HEX #137B8E Allports

📋 copy color: '#137B8E'

red 19 ◦ green 123 ◦ blue 142

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

Shades of Allports #137B8E

Tints of Allports #137B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.31%

 BLUE value IS 142 (55.86% from 255) = 50%

R = 6.69%
G = 43.31%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137B8E (or 0x137B8E) is known color: Allports. HEX triplet: 13, 7B and 8E. RGB value is (19,123,142). Sum of RGB (Red+Green+Blue) = 19+123+142=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #137B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B8E is #EC8471. Grayscale: #5D5D5D. Windows color (decimal): -15500402 or 9337619. OLE color: 9337619.

HSL color Cylindrical-coordinate representation of color #137B8E: hue angle of 189.27º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137B8E is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 123 142 -
CMYK 0.87 0.13 0 0.44
HSL 189.27º 0.76% 0.32% -
HSV(B) 189.27º 0.87% 0.56% -
XYZ 12.23 16.26 28.08 -
YUV 94.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 19 123 142 0.87 0.13 0 0.44 189.27 0.76 0.32
Hex 13 7B 8E 57 D 0 2C BD 4C 20
Octal 23 173 216 127 15 0 54 275 114 40
Binary 10011 1111011 10001110 1010111 1101 0 101100 10111101 1001100 100000

Color Harmonies of #137B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137B8E

Black with #137B8E

Text Example


Text Example

White with #137B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137B8E; }

 p { color: rgb(19,123,142); }

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

background-color css

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

 a { background-color: rgb(19,123,142); }

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

border-color css

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

 span { border-color: rgb(19,123,142); }

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