Html Css Color HEX #13677F Allports

📋 copy color: '#13677F'

red 19 ◦ green 103 ◦ blue 127

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

Shades of Allports #13677F

Tints of Allports #13677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.37%

 BLUE value IS 127 (50% from 255) = 51%

R = 7.63%
G = 41.37%
B = 51%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13677F (or 0x13677F) is known color: Allports. HEX triplet: 13, 67 and 7F. RGB value is (19,103,127). Sum of RGB (Red+Green+Blue) = 19+103+127=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #13677F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13677F is #EC9880. Grayscale: #505050. Windows color (decimal): -15505537 or 8349459. OLE color: 8349459.

HSL color Cylindrical-coordinate representation of color #13677F: hue angle of 193.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13677F is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 103 127 -
CMYK 0.85 0.19 0 0.50
HSL 193.33º 0.74% 0.29% -
HSV(B) 193.33º 0.85% 0.5% -
XYZ 8.95 11.37 21.8 -
YUV 80.62 154.17 84.05 -
System Red Green Blue C M Y K H S L
Decimal 19 103 127 0.85 0.19 0 0.50 193.33 0.74 0.29
Hex 13 67 7F 55 13 0 32 C1 4A 1D
Octal 23 147 177 125 23 0 62 301 112 35
Binary 10011 1100111 1111111 1010101 10011 0 110010 11000001 1001010 11101

Color Harmonies of #13677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13677F

Black with #13677F

Text Example


Text Example

White with #13677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13677F; }

 p { color: rgb(19,103,127); }

 H1.HeaderClassName
 {
   color: #13677F;
 }
 .AnyTagClassName
 {
   color: #13677F;
 }
</style>

background-color css

<style>
 a { background-color: #13677F; }

 a { background-color: rgb(19,103,127); }

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

border-color css

<style>
 span { border-color: #13677F; }

 span { border-color: rgb(19,103,127); }

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