Html Css Color HEX #13778C Allports

📋 copy color: '#13778C'

red 19 ◦ green 119 ◦ blue 140

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

Shades of Allports #13778C

Tints of Allports #13778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 6.83%
G = 42.81%
B = 50.36%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13778C (or 0x13778C) is known color: Allports. HEX triplet: 13, 77 and 8C. RGB value is (19,119,140). Sum of RGB (Red+Green+Blue) = 19+119+140=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #13778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13778C is #EC8873. Grayscale: #5B5B5B. Windows color (decimal): -15501428 or 9205523. OLE color: 9205523.

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

Color convert

RGB 19 119 140 -
CMYK 0.86 0.15 0 0.45
HSL 190.41º 0.76% 0.31% -
HSV(B) 190.41º 0.86% 0.55% -
XYZ 11.6 15.23 27.14 -
YUV 91.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 19 119 140 0.86 0.15 0 0.45 190.41 0.76 0.31
Hex 13 77 8C 56 F 0 2D BE 4C 1F
Octal 23 167 214 126 17 0 55 276 114 37
Binary 10011 1110111 10001100 1010110 1111 0 101101 10111110 1001100 11111

Color Harmonies of #13778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13778C

Black with #13778C

Text Example


Text Example

White with #13778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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