Html Css Color HEX #137384 Allports

📋 copy color: '#137384'

red 19 ◦ green 115 ◦ blue 132

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

Shades of Allports #137384

Tints of Allports #137384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 7.14%
G = 43.23%
B = 49.62%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137384 (or 0x137384) is known color: Allports. HEX triplet: 13, 73 and 84. RGB value is (19,115,132). Sum of RGB (Red+Green+Blue) = 19+115+132=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #137384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137384 is #EC8C7B. Grayscale: #585858. Windows color (decimal): -15502460 or 8680211. OLE color: 8680211.

HSL color Cylindrical-coordinate representation of color #137384: hue angle of 189.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137384 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 115 132 -
CMYK 0.86 0.13 0 0.48
HSL 189.03º 0.75% 0.3% -
HSV(B) 189.03º 0.86% 0.52% -
XYZ 10.56 14.07 23.99 -
YUV 88.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 19 115 132 0.86 0.13 0 0.48 189.03 0.75 0.3
Hex 13 73 84 56 D 0 30 BD 4B 1E
Octal 23 163 204 126 15 0 60 275 113 36
Binary 10011 1110011 10000100 1010110 1101 0 110000 10111101 1001011 11110

Color Harmonies of #137384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137384

Black with #137384

Text Example


Text Example

White with #137384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137384; }

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

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

background-color css

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

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

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

border-color css

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

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

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