Html Css Color HEX #13788C Allports

📋 copy color: '#13788C'

red 19 ◦ green 120 ◦ blue 140

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

Shades of Allports #13788C

Tints of Allports #13788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

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

R = 6.81%
G = 43.01%
B = 50.18%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13788C (or 0x13788C) is known color: Allports. HEX triplet: 13, 78 and 8C. RGB value is (19,120,140). Sum of RGB (Red+Green+Blue) = 19+120+140=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #13788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13788C is #EC8773. Grayscale: #5B5B5B. Windows color (decimal): -15501172 or 9205779. OLE color: 9205779.

HSL color Cylindrical-coordinate representation of color #13788C: hue angle of 189.92º 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 #13788C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 120 140 -
CMYK 0.86 0.14 0 0.45
HSL 189.92º 0.76% 0.31% -
HSV(B) 189.92º 0.86% 0.55% -
XYZ 11.72 15.46 27.18 -
YUV 92.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 19 120 140 0.86 0.14 0 0.45 189.92 0.76 0.31
Hex 13 78 8C 56 E 0 2D BE 4C 1F
Octal 23 170 214 126 16 0 55 276 114 37
Binary 10011 1111000 10001100 1010110 1110 0 101101 10111110 1001100 11111

Color Harmonies of #13788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13788C

Black with #13788C

Text Example


Text Example

White with #13788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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