#13657A

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

Shades of Allports #13657A

Tints of Allports #13657A

Color information

#13657A (or 0x13657A) is unknown color: approx Allports. HEX triplet: 13, 65 and 7A. RGB value is (19,101,122). Sum of RGB (Red+Green+Blue) = 19+101+122=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #13657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13657A is #EC9A85. Grayscale: #4E4E4E. Windows color (decimal): -15506054 or 8021267. OLE color: 8021267.

HSL color Cylindrical-coordinate representation of color #13657A: hue angle of 192.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13657A is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB19101122-
CMYK0.840.1700.52
HSL192.23º73.05%27.65%-
HSV(B)192.23º84.43%47.84%-
XYZ8.4410.8520.06-
YUV78.88152.3385.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=7.85%
G=41.74%
B=50.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191011220.840.1700.52192.2373.0527.65
Hex13657A5411034c0491c
Octal231451721242106430011134
Binary1001111001011111010101010010001011010011000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,101,122); }

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

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

 a { background-color: rgb(19,101,122); }

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

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

 span { border-color: rgb(19,101,122); }

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