Html Css Color HEX #13758B Allports

📋 copy color: '#13758B'

red 19 ◦ green 117 ◦ blue 139

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

Shades of Allports #13758B

Tints of Allports #13758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

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

R = 6.91%
G = 42.55%
B = 50.55%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13758B (or 0x13758B) is known color: Allports. HEX triplet: 13, 75 and 8B. RGB value is (19,117,139). Sum of RGB (Red+Green+Blue) = 19+117+139=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #13758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13758B is #EC8A74. Grayscale: #5A5A5A. Windows color (decimal): -15501941 or 9139475. OLE color: 9139475.

HSL color Cylindrical-coordinate representation of color #13758B: hue angle of 191º 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 #13758B is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 117 139 -
CMYK 0.86 0.16 0 0.45
HSL 191º 0.76% 0.31% -
HSV(B) 191º 0.86% 0.55% -
XYZ 11.29 14.73 26.67 -
YUV 90.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 19 117 139 0.86 0.16 0 0.45 191 0.76 0.31
Hex 13 75 8B 56 10 0 2D BF 4C 1F
Octal 23 165 213 126 20 0 55 277 114 37
Binary 10011 1110101 10001011 1010110 10000 0 101101 10111111 1001100 11111

Color Harmonies of #13758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13758B

Black with #13758B

Text Example


Text Example

White with #13758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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