#13748A

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

Shades of Allports #13748A

Tints of Allports #13748A

Color information

#13748A (or 0x13748A) is unknown color: approx Allports. HEX triplet: 13, 74 and 8A. RGB value is (19,116,138). Sum of RGB (Red+Green+Blue) = 19+116+138=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #13748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13748A is #EC8B75. Grayscale: #595959. Windows color (decimal): -15502198 or 9073683. OLE color: 9073683.

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

Color convert

RGB19116138-
CMYK0.860.1600.46
HSL191.09º75.8%30.78%-
HSV(B)191.09º86.23%54.12%-
XYZ11.114.4626.25-
YUV89.5155.3677.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=6.96%
G=42.49%
B=50.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191161380.860.1600.46191.0975.830.78
Hex13748A561002Ebf4c1f
Octal231642121262005627711437
Binary10011111010010001010101011010000010111010111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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