Html Css Color HEX #13667F Allports

📋 copy color: '#13667F'

red 19 ◦ green 102 ◦ blue 127

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

Shades of Allports #13667F

Tints of Allports #13667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 7.66%
G = 41.13%
B = 51.21%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13667F (or 0x13667F) is known color: Allports. HEX triplet: 13, 66 and 7F. RGB value is (19,102,127). Sum of RGB (Red+Green+Blue) = 19+102+127=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #13667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13667F is #EC9980. Grayscale: #4F4F4F. Windows color (decimal): -15505793 or 8349203. OLE color: 8349203.

HSL color Cylindrical-coordinate representation of color #13667F: hue angle of 193.89º 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 #13667F is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 102 127 -
CMYK 0.85 0.20 0 0.50
HSL 193.89º 0.74% 0.29% -
HSV(B) 193.89º 0.85% 0.5% -
XYZ 8.85 11.17 21.77 -
YUV 80.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 19 102 127 0.85 0.20 0 0.50 193.89 0.74 0.29
Hex 13 66 7F 55 14 0 32 C2 4A 1D
Octal 23 146 177 125 24 0 62 302 112 35
Binary 10011 1100110 1111111 1010101 10100 0 110010 11000010 1001010 11101

Color Harmonies of #13667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13667F

Black with #13667F

Text Example


Text Example

White with #13667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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