Html Css Color HEX #13738B Allports

📋 copy color: '#13738B'

red 19 ◦ green 115 ◦ blue 139

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

Shades of Allports #13738B

Tints of Allports #13738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 6.96%
G = 42.12%
B = 50.92%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13738B (or 0x13738B) is known color: Allports. HEX triplet: 13, 73 and 8B. RGB value is (19,115,139). Sum of RGB (Red+Green+Blue) = 19+115+139=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #13738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13738B is #EC8C74. Grayscale: #585858. Windows color (decimal): -15502453 or 9138963. OLE color: 9138963.

HSL color Cylindrical-coordinate representation of color #13738B: hue angle of 192º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13738B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 115 139 -
CMYK 0.86 0.17 0 0.45
HSL 192º 0.76% 0.31% -
HSV(B) 192º 0.86% 0.55% -
XYZ 11.06 14.26 26.6 -
YUV 89.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 19 115 139 0.86 0.17 0 0.45 192 0.76 0.31
Hex 13 73 8B 56 11 0 2D C0 4C 1F
Octal 23 163 213 126 21 0 55 300 114 37
Binary 10011 1110011 10001011 1010110 10001 0 101101 11000000 1001100 11111

Color Harmonies of #13738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13738B

Black with #13738B

Text Example


Text Example

White with #13738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13738B; }

 p { color: rgb(19,115,139); }

 H1.HeaderClassName
 {
   color: #13738B;
 }
 .AnyTagClassName
 {
   color: #13738B;
 }
</style>

background-color css

<style>
 a { background-color: #13738B; }

 a { background-color: rgb(19,115,139); }

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

border-color css

<style>
 span { border-color: #13738B; }

 span { border-color: rgb(19,115,139); }

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