Html Css Color HEX #137288 Allports

📋 copy color: '#137288'

red 19 ◦ green 114 ◦ blue 136

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

Shades of Allports #137288

Tints of Allports #137288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 7.06%
G = 42.38%
B = 50.56%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137288 (or 0x137288) is known color: Allports. HEX triplet: 13, 72 and 88. RGB value is (19,114,136). Sum of RGB (Red+Green+Blue) = 19+114+136=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #137288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137288 is #EC8D77. Grayscale: #575757. Windows color (decimal): -15502712 or 8942099. OLE color: 8942099.

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

Color convert

RGB 19 114 136 -
CMYK 0.86 0.16 0 0.47
HSL 191.28º 0.75% 0.3% -
HSV(B) 191.28º 0.86% 0.53% -
XYZ 10.73 13.95 25.42 -
YUV 88.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 19 114 136 0.86 0.16 0 0.47 191.28 0.75 0.3
Hex 13 72 88 56 10 0 2F BF 4B 1E
Octal 23 162 210 126 20 0 57 277 113 36
Binary 10011 1110010 10001000 1010110 10000 0 101111 10111111 1001011 11110

Color Harmonies of #137288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137288

Black with #137288

Text Example


Text Example

White with #137288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137288; }

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

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

background-color css

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

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

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

border-color css

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

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

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