Html Css Color HEX #137276 Allports

📋 copy color: '#137276'

red 19 ◦ green 114 ◦ blue 118

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

Shades of Allports #137276

Tints of Allports #137276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 7.57%
G = 45.42%
B = 47.01%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#137276 (or 0x137276) is known color: Allports. HEX triplet: 13, 72 and 76. RGB value is (19,114,118). Sum of RGB (Red+Green+Blue) = 19+114+118=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #137276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137276 is #EC8D89. Grayscale: #555555. Windows color (decimal): -15502730 or 7762451. OLE color: 7762451.

HSL color Cylindrical-coordinate representation of color #137276: hue angle of 182.42º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137276 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 114 118 -
CMYK 0.84 0.03 0 0.54
HSL 182.42º 0.72% 0.27% -
HSV(B) 182.42º 0.84% 0.46% -
XYZ 9.56 13.48 19.24 -
YUV 86.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 19 114 118 0.84 0.03 0 0.54 182.42 0.72 0.27
Hex 13 72 76 54 3 0 36 B6 48 1B
Octal 23 162 166 124 3 0 66 266 110 33
Binary 10011 1110010 1110110 1010100 11 0 110110 10110110 1001000 11011

Color Harmonies of #137276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137276

Black with #137276

Text Example


Text Example

White with #137276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137276; }

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

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

background-color css

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

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

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

border-color css

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

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

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