Html Css Color HEX #13768D Allports

📋 copy color: '#13768D'

red 19 ◦ green 118 ◦ blue 141

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

Shades of Allports #13768D

Tints of Allports #13768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

 BLUE value IS 141 (55.47% from 255) = 50.72%

R = 6.83%
G = 42.45%
B = 50.72%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13768D (or 0x13768D) is known color: Allports. HEX triplet: 13, 76 and 8D. RGB value is (19,118,141). Sum of RGB (Red+Green+Blue) = 19+118+141=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #13768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13768D is #EC8972. Grayscale: #5A5A5A. Windows color (decimal): -15501683 or 9270803. OLE color: 9270803.

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

Color convert

RGB 19 118 141 -
CMYK 0.87 0.16 0 0.45
HSL 191.31º 0.76% 0.31% -
HSV(B) 191.31º 0.87% 0.55% -
XYZ 11.55 15.02 27.49 -
YUV 91.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 19 118 141 0.87 0.16 0 0.45 191.31 0.76 0.31
Hex 13 76 8D 57 10 0 2D BF 4C 1F
Octal 23 166 215 127 20 0 55 277 114 37
Binary 10011 1110110 10001101 1010111 10000 0 101101 10111111 1001100 11111

Color Harmonies of #13768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13768D

Black with #13768D

Text Example


Text Example

White with #13768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,118,141); }

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

background-color css

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

 a { background-color: rgb(19,118,141); }

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

border-color css

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

 span { border-color: rgb(19,118,141); }

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