Html Css Color HEX #13657D Allports

📋 copy color: '#13657D'

red 19 ◦ green 101 ◦ blue 125

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

Shades of Allports #13657D

Tints of Allports #13657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

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

R = 7.76%
G = 41.22%
B = 51.02%

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

#13657D (or 0x13657D) is known color: Allports. HEX triplet: 13, 65 and 7D. RGB value is (19,101,125). Sum of RGB (Red+Green+Blue) = 19+101+125=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #13657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13657D is #EC9A82. Grayscale: #4F4F4F. Windows color (decimal): -15506051 or 8217875. OLE color: 8217875.

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

Color convert

RGB 19 101 125 -
CMYK 0.85 0.19 0 0.51
HSL 193.58º 0.74% 0.28% -
HSV(B) 193.58º 0.85% 0.49% -
XYZ 8.62 10.93 21.06 -
YUV 79.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 19 101 125 0.85 0.19 0 0.51 193.58 0.74 0.28
Hex 13 65 7D 55 13 0 33 C2 4A 1C
Octal 23 145 175 125 23 0 63 302 112 34
Binary 10011 1100101 1111101 1010101 10011 0 110011 11000010 1001010 11100

Color Harmonies of #13657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13657D

Black with #13657D

Text Example


Text Example

White with #13657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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