Html Css Color HEX #13708C Allports

📋 copy color: '#13708C'

red 19 ◦ green 112 ◦ blue 140

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

Shades of Allports #13708C

Tints of Allports #13708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 7.01%
G = 41.33%
B = 51.66%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13708C (or 0x13708C) is known color: Allports. HEX triplet: 13, 70 and 8C. RGB value is (19,112,140). Sum of RGB (Red+Green+Blue) = 19+112+140=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #13708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13708C is #EC8F73. Grayscale: #575757. Windows color (decimal): -15503220 or 9203731. OLE color: 9203731.

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

Color convert

RGB 19 112 140 -
CMYK 0.86 0.20 0 0.45
HSL 193.88º 0.76% 0.31% -
HSV(B) 193.88º 0.86% 0.55% -
XYZ 10.8 13.62 26.87 -
YUV 87.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 19 112 140 0.86 0.20 0 0.45 193.88 0.76 0.31
Hex 13 70 8C 56 14 0 2D C2 4C 1F
Octal 23 160 214 126 24 0 55 302 114 37
Binary 10011 1110000 10001100 1010110 10100 0 101101 11000010 1001100 11111

Color Harmonies of #13708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13708C

Black with #13708C

Text Example


Text Example

White with #13708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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