#13607A

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

Shades of Allports #13607A

Tints of Allports #13607A

Color information

#13607A (or 0x13607A) is unknown color: approx Allports. HEX triplet: 13, 60 and 7A. RGB value is (19,96,122). Sum of RGB (Red+Green+Blue) = 19+96+122=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #13607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13607A is #EC9F85. Grayscale: #4B4B4B. Windows color (decimal): -15507334 or 8019987. OLE color: 8019987.

HSL color Cylindrical-coordinate representation of color #13607A: hue angle of 195.15º 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 #13607A is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1996122-
CMYK0.840.2100.52
HSL195.15º73.05%27.65%-
HSV(B)195.15º84.43%47.84%-
XYZ7.969.9119.91-
YUV75.94153.9987.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=8.02%
G=40.51%
B=51.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19961220.840.2100.52195.1573.0527.65
Hex13607A5415034c3491c
Octal231401721242506430311134
Binary1001111000001111010101010010101011010011000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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