#13758A

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

Shades of Allports #13758A

Tints of Allports #13758A

Color information

#13758A (or 0x13758A) is unknown color: approx Allports. HEX triplet: 13, 75 and 8A. RGB value is (19,117,138). Sum of RGB (Red+Green+Blue) = 19+117+138=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #13758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13758A is #EC8A75. Grayscale: #595959. Windows color (decimal): -15501942 or 9073939. OLE color: 9073939.

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

Color convert

RGB19117138-
CMYK0.860.1500.46
HSL190.59º75.8%30.78%-
HSV(B)190.59º86.23%54.12%-
XYZ11.2214.726.29-
YUV90.09155.0377.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=6.93%
G=42.70%
B=50.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191171380.860.1500.46190.5975.830.78
Hex13758A56F02Ebf4c1f
Octal231652121261705627711437
Binary1001111101011000101010101101111010111010111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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