Html Css Color HEX #137390 Allports

📋 copy color: '#137390'

red 19 ◦ green 115 ◦ blue 144

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

Shades of Allports #137390

Tints of Allports #137390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 6.83%
G = 41.37%
B = 51.8%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137390 (or 0x137390) is known color: Allports. HEX triplet: 13, 73 and 90. RGB value is (19,115,144). Sum of RGB (Red+Green+Blue) = 19+115+144=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #137390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137390 is #EC8C6F. Grayscale: #595959. Windows color (decimal): -15502448 or 9466643. OLE color: 9466643.

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

Color convert

RGB 19 115 144 -
CMYK 0.87 0.20 0 0.44
HSL 193.92º 0.77% 0.32% -
HSV(B) 193.92º 0.87% 0.56% -
XYZ 11.43 14.41 28.57 -
YUV 89.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 19 115 144 0.87 0.20 0 0.44 193.92 0.77 0.32
Hex 13 73 90 57 14 0 2C C2 4D 20
Octal 23 163 220 127 24 0 54 302 115 40
Binary 10011 1110011 10010000 1010111 10100 0 101100 11000010 1001101 100000

Color Harmonies of #137390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137390

Black with #137390

Text Example


Text Example

White with #137390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137390; }

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

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

background-color css

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

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

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

border-color css

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

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

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