Html Css Color HEX #137A8A Allports

📋 copy color: '#137A8A'

red 19 ◦ green 122 ◦ blue 138

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

Shades of Allports #137A8A

Tints of Allports #137A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.73%

 BLUE value IS 138 (54.3% from 255) = 49.46%

R = 6.81%
G = 43.73%
B = 49.46%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#137A8A (or 0x137A8A) is known color: Allports. HEX triplet: 13, 7A and 8A. RGB value is (19,122,138). Sum of RGB (Red+Green+Blue) = 19+122+138=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #137A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A8A is #EC8575. Grayscale: #5C5C5C. Windows color (decimal): -15500662 or 9075219. OLE color: 9075219.

HSL color Cylindrical-coordinate representation of color #137A8A: hue angle of 188.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137A8A is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 122 138 -
CMYK 0.86 0.12 0 0.46
HSL 188.07º 0.76% 0.31% -
HSV(B) 188.07º 0.86% 0.54% -
XYZ 11.82 15.89 26.49 -
YUV 93.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 19 122 138 0.86 0.12 0 0.46 188.07 0.76 0.31
Hex 13 7A 8A 56 C 0 2E BC 4C 1F
Octal 23 172 212 126 14 0 56 274 114 37
Binary 10011 1111010 10001010 1010110 1100 0 101110 10111100 1001100 11111

Color Harmonies of #137A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A8A

Black with #137A8A

Text Example


Text Example

White with #137A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,138); }

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

background-color css

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

 a { background-color: rgb(19,122,138); }

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

border-color css

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

 span { border-color: rgb(19,122,138); }

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