Html Css Color HEX #137481 Allports

📋 copy color: '#137481'

red 19 ◦ green 116 ◦ blue 129

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

Shades of Allports #137481

Tints of Allports #137481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 7.2%
G = 43.94%
B = 48.86%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137481 (or 0x137481) is known color: Allports. HEX triplet: 13, 74 and 81. RGB value is (19,116,129). Sum of RGB (Red+Green+Blue) = 19+116+129=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #137481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137481 is #EC8B7E. Grayscale: #585858. Windows color (decimal): -15502207 or 8483859. OLE color: 8483859.

HSL color Cylindrical-coordinate representation of color #137481: hue angle of 187.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137481 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 116 129 -
CMYK 0.85 0.10 0 0.49
HSL 187.09º 0.74% 0.29% -
HSV(B) 187.09º 0.85% 0.51% -
XYZ 10.48 14.21 22.96 -
YUV 88.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 19 116 129 0.85 0.10 0 0.49 187.09 0.74 0.29
Hex 13 74 81 55 A 0 31 BB 4A 1D
Octal 23 164 201 125 12 0 61 273 112 35
Binary 10011 1110100 10000001 1010101 1010 0 110001 10111011 1001010 11101

Color Harmonies of #137481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137481

Black with #137481

Text Example


Text Example

White with #137481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137481; }

 p { color: rgb(19,116,129); }

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

background-color css

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

 a { background-color: rgb(19,116,129); }

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

border-color css

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

 span { border-color: rgb(19,116,129); }

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