Html Css Color HEX #13647D Allports

📋 copy color: '#13647D'

red 19 ◦ green 100 ◦ blue 125

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

Shades of Allports #13647D

Tints of Allports #13647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

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

R = 7.79%
G = 40.98%
B = 51.23%

CMYK

 C value IS 0.85

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13647D (or 0x13647D) is known color: Allports. HEX triplet: 13, 64 and 7D. RGB value is (19,100,125). Sum of RGB (Red+Green+Blue) = 19+100+125=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #13647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13647D is #EC9B82. Grayscale: #4E4E4E. Windows color (decimal): -15506307 or 8217619. OLE color: 8217619.

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

Color convert

RGB 19 100 125 -
CMYK 0.85 0.2 0 0.51
HSL 194.15º 0.74% 0.28% -
HSV(B) 194.15º 0.85% 0.49% -
XYZ 8.53 10.73 21.02 -
YUV 78.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 19 100 125 0.85 0.2 0 0.51 194.15 0.74 0.28
Hex 13 64 7D 55 14 0 33 C2 4A 1C
Octal 23 144 175 125 24 0 63 302 112 34
Binary 10011 1100100 1111101 1010101 10100 0 110011 11000010 1001010 11100

Color Harmonies of #13647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13647D

Black with #13647D

Text Example


Text Example

White with #13647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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