Html Css Color HEX #137178 Allports

📋 copy color: '#137178'

red 19 ◦ green 113 ◦ blue 120

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

Shades of Allports #137178

Tints of Allports #137178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 7.54%
G = 44.84%
B = 47.62%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137178 (or 0x137178) is known color: Allports. HEX triplet: 13, 71 and 78. RGB value is (19,113,120). Sum of RGB (Red+Green+Blue) = 19+113+120=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #137178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137178 is #EC8E87. Grayscale: #555555. Windows color (decimal): -15502984 or 7893267. OLE color: 7893267.

HSL color Cylindrical-coordinate representation of color #137178: hue angle of 184.16º degrees, saturation: 0.73, 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 #137178 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 113 120 -
CMYK 0.84 0.06 0 0.53
HSL 184.16º 0.73% 0.27% -
HSV(B) 184.16º 0.84% 0.47% -
XYZ 9.56 13.3 19.83 -
YUV 85.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 19 113 120 0.84 0.06 0 0.53 184.16 0.73 0.27
Hex 13 71 78 54 6 0 35 B8 49 1B
Octal 23 161 170 124 6 0 65 270 111 33
Binary 10011 1110001 1111000 1010100 110 0 110101 10111000 1001001 11011

Color Harmonies of #137178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137178

Black with #137178

Text Example


Text Example

White with #137178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137178; }

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

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

background-color css

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

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

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

border-color css

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

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

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