Html Css Color HEX #13707E Allports

📋 copy color: '#13707E'

red 19 ◦ green 112 ◦ blue 126

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

Shades of Allports #13707E

Tints of Allports #13707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 7.39%
G = 43.58%
B = 49.03%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13707E (or 0x13707E) is known color: Allports. HEX triplet: 13, 70 and 7E. RGB value is (19,112,126). Sum of RGB (Red+Green+Blue) = 19+112+126=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #13707E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13707E is #EC8F81. Grayscale: #555555. Windows color (decimal): -15503234 or 8286227. OLE color: 8286227.

HSL color Cylindrical-coordinate representation of color #13707E: hue angle of 187.85º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13707E is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 112 126 -
CMYK 0.85 0.11 0 0.51
HSL 187.85º 0.74% 0.28% -
HSV(B) 187.85º 0.85% 0.49% -
XYZ 9.83 13.23 21.77 -
YUV 85.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 19 112 126 0.85 0.11 0 0.51 187.85 0.74 0.28
Hex 13 70 7E 55 B 0 33 BC 4A 1C
Octal 23 160 176 125 13 0 63 274 112 34
Binary 10011 1110000 1111110 1010101 1011 0 110011 10111100 1001010 11100

Color Harmonies of #13707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13707E

Black with #13707E

Text Example


Text Example

White with #13707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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