Html Css Color HEX #137490 Allports

📋 copy color: '#137490'

red 19 ◦ green 116 ◦ blue 144

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

Shades of Allports #137490

Tints of Allports #137490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 6.81%
G = 41.58%
B = 51.61%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137490 (or 0x137490) is known color: Allports. HEX triplet: 13, 74 and 90. RGB value is (19,116,144). Sum of RGB (Red+Green+Blue) = 19+116+144=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #137490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137490 is #EC8B6F. Grayscale: #595959. Windows color (decimal): -15502192 or 9466899. OLE color: 9466899.

HSL color Cylindrical-coordinate representation of color #137490: hue angle of 193.44º degrees, saturation: 0.77, 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 #137490 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 116 144 -
CMYK 0.87 0.19 0 0.44
HSL 193.44º 0.77% 0.32% -
HSV(B) 193.44º 0.87% 0.56% -
XYZ 11.55 14.64 28.6 -
YUV 90.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 19 116 144 0.87 0.19 0 0.44 193.44 0.77 0.32
Hex 13 74 90 57 13 0 2C C1 4D 20
Octal 23 164 220 127 23 0 54 301 115 40
Binary 10011 1110100 10010000 1010111 10011 0 101100 11000001 1001101 100000

Color Harmonies of #137490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137490

Black with #137490

Text Example


Text Example

White with #137490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137490; }

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

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

background-color css

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

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

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

border-color css

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

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

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