#13638A

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

Shades of Allports #13638A

Tints of Allports #13638A

Color information

#13638A (or 0x13638A) is unknown color: approx Allports. HEX triplet: 13, 63 and 8A. RGB value is (19,99,138). Sum of RGB (Red+Green+Blue) = 19+99+138=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #13638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13638A is #EC9C75. Grayscale: #4F4F4F. Windows color (decimal): -15506550 or 9069331. OLE color: 9069331.

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

Color convert

RGB1999138-
CMYK0.860.2800.46
HSL199.66º75.8%30.78%-
HSV(B)199.66º86.23%54.12%-
XYZ9.3210.925.66-
YUV79.5316184.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=7.42%
G=38.67%
B=53.91%

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
Decimal19991380.860.2800.46199.6675.830.78
Hex13638A561C02Ec84c1f
Octal231432121263405631011437
Binary10011110001110001010101011011100010111011001000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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