#13648A

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

Shades of Allports #13648A

Tints of Allports #13648A

Color information

#13648A (or 0x13648A) is unknown color: approx Allports. HEX triplet: 13, 64 and 8A. RGB value is (19,100,138). Sum of RGB (Red+Green+Blue) = 19+100+138=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #13648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13648A is #EC9B75. Grayscale: #4F4F4F. Windows color (decimal): -15506294 or 9069587. OLE color: 9069587.

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

Color convert

RGB19100138-
CMYK0.860.2800.46
HSL199.16º75.8%30.78%-
HSV(B)199.16º86.23%54.12%-
XYZ9.4111.0925.69-
YUV80.11160.6684.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=7.39%
G=38.91%
B=53.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191001380.860.2800.46199.1675.830.78
Hex13648A561C02Ec74c1f
Octal231442121263405630711437
Binary10011110010010001010101011011100010111011000111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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