Html Css Color HEX #13707D Allports

📋 copy color: '#13707D'

red 19 ◦ green 112 ◦ blue 125

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

Shades of Allports #13707D

Tints of Allports #13707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 7.42%
G = 43.75%
B = 48.83%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13707D (or 0x13707D) is known color: Allports. HEX triplet: 13, 70 and 7D. RGB value is (19,112,125). Sum of RGB (Red+Green+Blue) = 19+112+125=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #13707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13707D is #EC8F82. Grayscale: #555555. Windows color (decimal): -15503235 or 8220691. OLE color: 8220691.

HSL color Cylindrical-coordinate representation of color #13707D: hue angle of 187.36º 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 #13707D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 112 125 -
CMYK 0.85 0.10 0 0.51
HSL 187.36º 0.74% 0.28% -
HSV(B) 187.36º 0.85% 0.49% -
XYZ 9.76 13.21 21.44 -
YUV 85.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 19 112 125 0.85 0.10 0 0.51 187.36 0.74 0.28
Hex 13 70 7D 55 A 0 33 BB 4A 1C
Octal 23 160 175 125 12 0 63 273 112 34
Binary 10011 1110000 1111101 1010101 1010 0 110011 10111011 1001010 11100

Color Harmonies of #13707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13707D

Black with #13707D

Text Example


Text Example

White with #13707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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