Html Css Color HEX #137394 Allports

📋 copy color: '#137394'

red 19 ◦ green 115 ◦ blue 148

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

Shades of Allports #137394

Tints of Allports #137394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 6.74%
G = 40.78%
B = 52.48%

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

#137394 (or 0x137394) is known color: Allports. HEX triplet: 13, 73 and 94. RGB value is (19,115,148). Sum of RGB (Red+Green+Blue) = 19+115+148=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #137394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137394 is #EC8C6B. Grayscale: #595959. Windows color (decimal): -15502444 or 9728787. OLE color: 9728787.

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

Color convert

RGB 19 115 148 -
CMYK 0.87 0.22 0 0.42
HSL 195.35º 0.77% 0.33% -
HSV(B) 195.35º 0.87% 0.58% -
XYZ 11.74 14.54 30.2 -
YUV 90.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 19 115 148 0.87 0.22 0 0.42 195.35 0.77 0.33
Hex 13 73 94 57 16 0 2A C3 4D 21
Octal 23 163 224 127 26 0 52 303 115 41
Binary 10011 1110011 10010100 1010111 10110 0 101010 11000011 1001101 100001

Color Harmonies of #137394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137394

Black with #137394

Text Example


Text Example

White with #137394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137394; }

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

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

background-color css

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

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

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

border-color css

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

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

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