#13768A

Color #13768A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #13768A

Tints of Allports #13768A

Color information

#13768A (or 0x13768A) is unknown color: approx Allports. HEX triplet: 13, 76 and 8A. RGB value is (19,118,138). Sum of RGB (Red+Green+Blue) = 19+118+138=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #13768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13768A is #EC8975. Grayscale: #5A5A5A. Windows color (decimal): -15501686 or 9074195. OLE color: 9074195.

HSL color Cylindrical-coordinate representation of color #13768A: hue angle of 190.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13768A is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB19118138-
CMYK0.860.1400.46
HSL190.08º75.8%30.78%-
HSV(B)190.08º86.23%54.12%-
XYZ11.3314.9326.33-
YUV90.68154.776.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=6.91%
G=42.91%
B=50.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191181380.860.1400.46190.0875.830.78
Hex13768A56E02Ebe4c1f
Octal231662121261605627611437
Binary1001111101101000101010101101110010111010111110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13768A;
 }
 .AnyTagClassName
 {
   color: #13768A;
 }
</style>
background-color css

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

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

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

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

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

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