Html Css Color HEX #137393 Allports

📋 copy color: '#137393'

red 19 ◦ green 115 ◦ blue 147

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

Shades of Allports #137393

Tints of Allports #137393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 6.76%
G = 40.93%
B = 52.31%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137393 (or 0x137393) is known color: Allports. HEX triplet: 13, 73 and 93. RGB value is (19,115,147). Sum of RGB (Red+Green+Blue) = 19+115+147=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #137393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137393 is #EC8C6C. Grayscale: #595959. Windows color (decimal): -15502445 or 9663251. OLE color: 9663251.

HSL color Cylindrical-coordinate representation of color #137393: hue angle of 195º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137393 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 115 147 -
CMYK 0.87 0.22 0 0.42
HSL 195º 0.77% 0.33% -
HSV(B) 195º 0.87% 0.58% -
XYZ 11.67 14.51 29.79 -
YUV 89.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 19 115 147 0.87 0.22 0 0.42 195 0.77 0.33
Hex 13 73 93 57 16 0 2A C3 4D 21
Octal 23 163 223 127 26 0 52 303 115 41
Binary 10011 1110011 10010011 1010111 10110 0 101010 11000011 1001101 100001

Color Harmonies of #137393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137393

Black with #137393

Text Example


Text Example

White with #137393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137393; }

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

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

background-color css

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

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

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

border-color css

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

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

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