Html Css Color HEX #137593 Allports

📋 copy color: '#137593'

red 19 ◦ green 117 ◦ blue 147

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

Shades of Allports #137593

Tints of Allports #137593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

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

R = 6.71%
G = 41.34%
B = 51.94%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137593 (or 0x137593) is known color: Allports. HEX triplet: 13, 75 and 93. RGB value is (19,117,147). Sum of RGB (Red+Green+Blue) = 19+117+147=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #137593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137593 is #EC8A6C. Grayscale: #5A5A5A. Windows color (decimal): -15501933 or 9663763. OLE color: 9663763.

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

Color convert

RGB 19 117 147 -
CMYK 0.87 0.20 0 0.42
HSL 194.06º 0.77% 0.33% -
HSV(B) 194.06º 0.87% 0.58% -
XYZ 11.9 14.97 29.87 -
YUV 91.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 19 117 147 0.87 0.20 0 0.42 194.06 0.77 0.33
Hex 13 75 93 57 14 0 2A C2 4D 21
Octal 23 165 223 127 24 0 52 302 115 41
Binary 10011 1110101 10010011 1010111 10100 0 101010 11000010 1001101 100001

Color Harmonies of #137593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137593

Black with #137593

Text Example


Text Example

White with #137593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137593; }

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

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

background-color css

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

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

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

border-color css

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

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

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