Html Css Color HEX #137188 Allports

📋 copy color: '#137188'

red 19 ◦ green 113 ◦ blue 136

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

Shades of Allports #137188

Tints of Allports #137188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.75%

R = 7.09%
G = 42.16%
B = 50.75%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137188 (or 0x137188) is known color: Allports. HEX triplet: 13, 71 and 88. RGB value is (19,113,136). Sum of RGB (Red+Green+Blue) = 19+113+136=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #137188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137188 is #EC8E77. Grayscale: #575757. Windows color (decimal): -15502968 or 8941843. OLE color: 8941843.

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

Color convert

RGB 19 113 136 -
CMYK 0.86 0.17 0 0.47
HSL 191.79º 0.75% 0.3% -
HSV(B) 191.79º 0.86% 0.53% -
XYZ 10.62 13.73 25.38 -
YUV 87.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 19 113 136 0.86 0.17 0 0.47 191.79 0.75 0.3
Hex 13 71 88 56 11 0 2F C0 4B 1E
Octal 23 161 210 126 21 0 57 300 113 36
Binary 10011 1110001 10001000 1010110 10001 0 101111 11000000 1001011 11110

Color Harmonies of #137188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137188

Black with #137188

Text Example


Text Example

White with #137188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137188; }

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

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

background-color css

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

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

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

border-color css

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

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

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