Html Css Color HEX #13768B Allports

📋 copy color: '#13768B'

red 19 ◦ green 118 ◦ blue 139

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

Shades of Allports #13768B

Tints of Allports #13768B

RGB

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

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

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

R = 6.88%
G = 42.75%
B = 50.36%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13768B (or 0x13768B) is known color: Allports. HEX triplet: 13, 76 and 8B. RGB value is (19,118,139). Sum of RGB (Red+Green+Blue) = 19+118+139=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #13768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13768B is #EC8974. Grayscale: #5A5A5A. Windows color (decimal): -15501685 or 9139731. OLE color: 9139731.

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

Color convert

RGB 19 118 139 -
CMYK 0.86 0.15 0 0.45
HSL 190.5º 0.76% 0.31% -
HSV(B) 190.5º 0.86% 0.55% -
XYZ 11.41 14.96 26.71 -
YUV 90.79 155.2 76.79 -
System Red Green Blue C M Y K H S L
Decimal 19 118 139 0.86 0.15 0 0.45 190.5 0.76 0.31
Hex 13 76 8B 56 F 0 2D BE 4C 1F
Octal 23 166 213 126 17 0 55 276 114 37
Binary 10011 1110110 10001011 1010110 1111 0 101101 10111110 1001100 11111

Color Harmonies of #13768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13768B

Black with #13768B

Text Example


Text Example

White with #13768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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