Html Css Color HEX #13667E Allports

📋 copy color: '#13667E'

red 19 ◦ green 102 ◦ blue 126

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

Shades of Allports #13667E

Tints of Allports #13667E

RGB

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

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

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

R = 7.69%
G = 41.3%
B = 51.01%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13667E (or 0x13667E) is known color: Allports. HEX triplet: 13, 66 and 7E. RGB value is (19,102,126). Sum of RGB (Red+Green+Blue) = 19+102+126=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #13667E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13667E is #EC9981. Grayscale: #4F4F4F. Windows color (decimal): -15505794 or 8283667. OLE color: 8283667.

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

Color convert

RGB 19 102 126 -
CMYK 0.85 0.19 0 0.51
HSL 193.46º 0.74% 0.28% -
HSV(B) 193.46º 0.85% 0.49% -
XYZ 8.79 11.15 21.43 -
YUV 79.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 19 102 126 0.85 0.19 0 0.51 193.46 0.74 0.28
Hex 13 66 7E 55 13 0 33 C1 4A 1C
Octal 23 146 176 125 23 0 63 301 112 34
Binary 10011 1100110 1111110 1010101 10011 0 110011 11000001 1001010 11100

Color Harmonies of #13667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13667E

Black with #13667E

Text Example


Text Example

White with #13667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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