Html Css Color HEX #137184 Allports

📋 copy color: '#137184'

red 19 ◦ green 113 ◦ blue 132

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

Shades of Allports #137184

Tints of Allports #137184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 7.2%
G = 42.8%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137184 (or 0x137184) is known color: Allports. HEX triplet: 13, 71 and 84. RGB value is (19,113,132). Sum of RGB (Red+Green+Blue) = 19+113+132=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #137184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137184 is #EC8E7B. Grayscale: #565656. Windows color (decimal): -15502972 or 8679699. OLE color: 8679699.

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

Color convert

RGB 19 113 132 -
CMYK 0.86 0.14 0 0.48
HSL 190.09º 0.75% 0.3% -
HSV(B) 190.09º 0.86% 0.52% -
XYZ 10.34 13.61 23.91 -
YUV 87.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 19 113 132 0.86 0.14 0 0.48 190.09 0.75 0.3
Hex 13 71 84 56 E 0 30 BE 4B 1E
Octal 23 161 204 126 16 0 60 276 113 36
Binary 10011 1110001 10000100 1010110 1110 0 110000 10111110 1001011 11110

Color Harmonies of #137184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137184

Black with #137184

Text Example


Text Example

White with #137184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137184; }

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

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

background-color css

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

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

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

border-color css

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

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

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