Html Css Color HEX #137378 Allports

📋 copy color: '#137378'

red 19 ◦ green 115 ◦ blue 120

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

Shades of Allports #137378

Tints of Allports #137378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 7.48%
G = 45.28%
B = 47.24%

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

#137378 (or 0x137378) is known color: Allports. HEX triplet: 13, 73 and 78. RGB value is (19,115,120). Sum of RGB (Red+Green+Blue) = 19+115+120=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #137378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137378 is #EC8C87. Grayscale: #565656. Windows color (decimal): -15502472 or 7893779. OLE color: 7893779.

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

Color convert

RGB 19 115 120 -
CMYK 0.84 0.04 0 0.53
HSL 182.97º 0.73% 0.27% -
HSV(B) 182.97º 0.84% 0.47% -
XYZ 9.79 13.76 19.91 -
YUV 86.87 146.7 79.59 -
System Red Green Blue C M Y K H S L
Decimal 19 115 120 0.84 0.04 0 0.53 182.97 0.73 0.27
Hex 13 73 78 54 4 0 35 B7 49 1B
Octal 23 163 170 124 4 0 65 267 111 33
Binary 10011 1110011 1111000 1010100 100 0 110101 10110111 1001001 11011

Color Harmonies of #137378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137378

Black with #137378

Text Example


Text Example

White with #137378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137378; }

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

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

background-color css

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

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

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

border-color css

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

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

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