Html Css Color HEX #13667D Allports

📋 copy color: '#13667D'

red 19 ◦ green 102 ◦ blue 125

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

Shades of Allports #13667D

Tints of Allports #13667D

RGB

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

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

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

R = 7.72%
G = 41.46%
B = 50.81%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13667D (or 0x13667D) is known color: Allports. HEX triplet: 13, 66 and 7D. RGB value is (19,102,125). Sum of RGB (Red+Green+Blue) = 19+102+125=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #13667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13667D is #EC9982. Grayscale: #4F4F4F. Windows color (decimal): -15505795 or 8218131. OLE color: 8218131.

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

Color convert

RGB 19 102 125 -
CMYK 0.85 0.18 0 0.51
HSL 193.02º 0.74% 0.28% -
HSV(B) 193.02º 0.85% 0.49% -
XYZ 8.72 11.12 21.09 -
YUV 79.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 19 102 125 0.85 0.18 0 0.51 193.02 0.74 0.28
Hex 13 66 7D 55 12 0 33 C1 4A 1C
Octal 23 146 175 125 22 0 63 301 112 34
Binary 10011 1100110 1111101 1010101 10010 0 110011 11000001 1001010 11100

Color Harmonies of #13667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13667D

Black with #13667D

Text Example


Text Example

White with #13667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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