Html Css Color HEX #137584 Allports

📋 copy color: '#137584'

red 19 ◦ green 117 ◦ blue 132

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

Shades of Allports #137584

Tints of Allports #137584

RGB

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

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

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

R = 7.09%
G = 43.66%
B = 49.25%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137584 (or 0x137584) is known color: Allports. HEX triplet: 13, 75 and 84. RGB value is (19,117,132). Sum of RGB (Red+Green+Blue) = 19+117+132=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #137584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137584 is #EC8A7B. Grayscale: #595959. Windows color (decimal): -15501948 or 8680723. OLE color: 8680723.

HSL color Cylindrical-coordinate representation of color #137584: hue angle of 187.96º 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 #137584 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 117 132 -
CMYK 0.86 0.11 0 0.48
HSL 187.96º 0.75% 0.3% -
HSV(B) 187.96º 0.86% 0.52% -
XYZ 10.79 14.53 24.06 -
YUV 89.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 19 117 132 0.86 0.11 0 0.48 187.96 0.75 0.3
Hex 13 75 84 56 B 0 30 BC 4B 1E
Octal 23 165 204 126 13 0 60 274 113 36
Binary 10011 1110101 10000100 1010110 1011 0 110000 10111100 1001011 11110

Color Harmonies of #137584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137584

Black with #137584

Text Example


Text Example

White with #137584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137584; }

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

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

background-color css

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

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

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

border-color css

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

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

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