Html Css Color HEX #137277 Allports

📋 copy color: '#137277'

red 19 ◦ green 114 ◦ blue 119

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

Shades of Allports #137277

Tints of Allports #137277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 7.54%
G = 45.24%
B = 47.22%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137277 (or 0x137277) is known color: Allports. HEX triplet: 13, 72 and 77. RGB value is (19,114,119). Sum of RGB (Red+Green+Blue) = 19+114+119=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #137277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137277 is #EC8D88. Grayscale: #565656. Windows color (decimal): -15502729 or 7827987. OLE color: 7827987.

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

Color convert

RGB 19 114 119 -
CMYK 0.84 0.04 0 0.53
HSL 183º 0.72% 0.27% -
HSV(B) 183º 0.84% 0.47% -
XYZ 9.62 13.5 19.55 -
YUV 86.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 19 114 119 0.84 0.04 0 0.53 183 0.72 0.27
Hex 13 72 77 54 4 0 35 B7 48 1B
Octal 23 162 167 124 4 0 65 267 110 33
Binary 10011 1110010 1110111 1010100 100 0 110101 10110111 1001000 11011

Color Harmonies of #137277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137277

Black with #137277

Text Example


Text Example

White with #137277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137277; }

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

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

background-color css

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

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

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

border-color css

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

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

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