Html Css Color HEX #13778D Allports

📋 copy color: '#13778D'

red 19 ◦ green 119 ◦ blue 141

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

Shades of Allports #13778D

Tints of Allports #13778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 6.81%
G = 42.65%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13778D (or 0x13778D) is known color: Allports. HEX triplet: 13, 77 and 8D. RGB value is (19,119,141). Sum of RGB (Red+Green+Blue) = 19+119+141=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #13778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13778D is #EC8872. Grayscale: #5B5B5B. Windows color (decimal): -15501427 or 9271059. OLE color: 9271059.

HSL color Cylindrical-coordinate representation of color #13778D: hue angle of 190.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13778D is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 119 141 -
CMYK 0.87 0.16 0 0.45
HSL 190.82º 0.76% 0.31% -
HSV(B) 190.82º 0.87% 0.55% -
XYZ 11.67 15.26 27.53 -
YUV 91.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 19 119 141 0.87 0.16 0 0.45 190.82 0.76 0.31
Hex 13 77 8D 57 10 0 2D BF 4C 1F
Octal 23 167 215 127 20 0 55 277 114 37
Binary 10011 1110111 10001101 1010111 10000 0 101101 10111111 1001100 11111

Color Harmonies of #13778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13778D

Black with #13778D

Text Example


Text Example

White with #13778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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